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

GraphQL tutorial uses __type() without defining it #564

Open
damonfeldman opened this issue Apr 26, 2023 · 0 comments
Open

GraphQL tutorial uses __type() without defining it #564

damonfeldman opened this issue Apr 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@damonfeldman
Copy link
Contributor

Modify this page https://dgraph.io/tour/graphqlbasic/3/

to say that __type() is an automatically generated field of the required __Type type, per the GraphQL spec.

Extend this text

"The GraphQL schema tells us how to interpret every field. Run the example introspection query and have a look at the JSON result."

to

"The GraphQL schema includes introspection fields and parameters including a __Type type with a __type() root-level field. Run the example introspection query and have a look at the JSON result."

If possible, make "introspection fields and parameters' hyperlink to https://graphql-ruby.org/schema/introspection .

@damonfeldman damonfeldman added the bug Something isn't working label Apr 26, 2023
@rderbier rderbier self-assigned this Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants