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): Remote schema introspection for single remote endpoint (#5710) #5824

Merged

Conversation

vardhanapoorv
Copy link
Contributor

@vardhanapoorv vardhanapoorv commented Jul 6, 2020

Fixes #GRAPHQL-503
This PR fixes remote schema introspection for custom logic in GraphQL for a single remote endpoint. Enabling validation for types that are part of custom logic query/mutation/field in our GraphQL schema against the remote schema .

(cherry picked from commit 55594de)


This change is Reviewable

Docs Preview: Dgraph Preview

…5710)

* Fixed remote introspection query call

* Fix type and field checking

* clean up

* Fixed few tests

* Fix tests

* Fix input object validation

* Addressed comments

* Add comment

(cherry picked from commit 55594de)
@github-actions github-actions bot added the area/graphql Issues related to GraphQL support on Dgraph. label Jul 6, 2020
@vardhanapoorv vardhanapoorv changed the title fix(GraphQL): Remote schema introspection for single remote endpoint fix(GraphQL): Remote schema introspection for single remote endpoint (#5710) Jul 6, 2020
@vardhanapoorv vardhanapoorv merged commit f3fcedc into release/v20.07 Jul 6, 2020
@joshua-goldstein joshua-goldstein deleted the apoorv/cherry-pick-remote-schema-introspection 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