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) #5844

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)
@vardhanapoorv vardhanapoorv requested review from manishrjain and a team as code owners July 6, 2020 13:01
Copy link
Contributor

@danielmai danielmai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain)

@danielmai danielmai merged commit 7e7d7b2 into release/v20.03 Jul 7, 2020
@joshua-goldstein joshua-goldstein deleted the apoorv/cherry-pick-interface-typegen-fix-v20.03 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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants