Skip to content

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

Merged
parasssh merged 1 commit intorelease/v20.07from
pawanrawal/cherrypick-5792
Jul 14, 2020
Merged

fix(GraphQL): Typename for types should be filled in query for schema introspection queries (#5827)#5891
parasssh merged 1 commit intorelease/v20.07from
pawanrawal/cherrypick-5792

Conversation

@pawanrawal
Copy link
Copy Markdown
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.

2 participants