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

make graphql schema build more robust #164

Merged
merged 3 commits into from
Nov 21, 2018
Merged

make graphql schema build more robust #164

merged 3 commits into from
Nov 21, 2018

Conversation

adamstruck
Copy link
Contributor

No description provided.

@kellrott
Copy link
Member

kellrott commented Nov 21, 2018

Testing this branch revealed that website/content/docs/queries/graphql.md is out of date.

  • All of the urls are to http://localhost:8201/graphql/example rather then http://localhost:8201/graphql/example-graph
  • The example query { HumanIds } returns the error Cannot query field \"HumanIds\" on type \"Query\". Did you mean \"Human\"
  • The example query {Human(id:"1000"){name,friends{name}}} returns the error Unknown argument \"id\" on field \"Human\" of type \"Query\"

@adamstruck
Copy link
Contributor Author

FYI the graphql playground is available in the grip-viewer at http://localhost:8201/static/graphql.html

@kellrott
Copy link
Member

👍

@adamstruck adamstruck merged commit 81397ec into master Nov 21, 2018
@adamstruck adamstruck deleted the graphql-fix branch November 21, 2018 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants