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): Fix case where Dgraph type was not generated for GraphQL interface (#5738) #5828

Merged

Conversation

vardhanapoorv
Copy link
Contributor

@vardhanapoorv vardhanapoorv commented Jul 6, 2020

Fixes #5311
Fixes #GRAPHQL-419
Previously when Dgraph schema was generated the GraphQL interface was getting skipped and hence it was not present in the generated Dgraph schema. This PR fixes that and hence now all the queries/mutations will work as expected.

(cherry picked from commit c6a0dfa)


This change is Reviewable

Docs Preview: Dgraph Preview

…L interface (#5738)

* Generate type in Dgraph for interface using other interface

* Add test

(cherry picked from commit c6a0dfa)
@github-actions github-actions bot added the area/graphql Issues related to GraphQL support on Dgraph. label Jul 6, 2020
@vardhanapoorv vardhanapoorv merged commit 02c2b0a into release/v20.07 Jul 7, 2020
@joshua-goldstein joshua-goldstein deleted the apoorv/cherry-pick-interface-typegen-fix branch August 11, 2022 20:49
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

1 participant