Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(GraphQL): Typename for types should be filled in query for schema introspection queries (#5827) #5891

Merged
merged 1 commit into from
Jul 14, 2020

Conversation

pawanrawal
Copy link
Contributor

@pawanrawal pawanrawal commented Jul 8, 2020

There was a missing " in the __typename that was filled in for types in schema introspection queries. That resulted in JSON parsing errors, we have fixed it and modified the existing test to test for it. Fixes #5792.


This change is Reviewable

Docs Preview: Dgraph Preview

… introspection queries (#5827)

There was a missing " in the __typename that was filled in for types in schema introspection queries. That resulted in JSON parsing errors, we have fixed it and modified the existing test to test for it. Fixes #5792.
@github-actions github-actions bot added the area/graphql Issues related to GraphQL support on Dgraph. label Jul 8, 2020
@parasssh parasssh merged commit 3d87bb0 into release/v20.07 Jul 14, 2020
@pawanrawal pawanrawal deleted the pawanrawal/cherrypick-5792 branch July 31, 2020 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/graphql Issues related to GraphQL support on Dgraph.
Development

Successfully merging this pull request may close these issues.

None yet

2 participants