-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Can't query for fields on a type #23
Comments
Client side or server side? I haven't been able to repro this yet |
Is "Ship" a type in your schema? I may need to see your machine to repro |
I was able to reproduce this on http://graphql-swapi.parseapp.com/graphiql/ Seems that the combination of nonexistent type "Ship" and missing selection set for |
Sorry for all of the derp in this bug report. Let me try again.
|
Thanks for the steps! I'll dig into this. BTW, what do you use to make screencast gifs? |
I use Licecap. |
On npm now as v0.1.3 |
This query results in
type.getFields is not a function
.Edit: s/Ship/Starship/
The text was updated successfully, but these errors were encountered: