You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to follow the documentation, but when I run the code from Testing section I get the error GraphQLError("Unknown argument 'title' on field 'Query.books'.", ....
Describe the Bug
I'm trying to follow the documentation, but when I run the code from
Testing
section I get the errorGraphQLError("Unknown argument 'title' on field 'Query.books'.", ...
.It's said that we should use the schema from the Getting Started tutorial. The code is:
I think we have to either add
title
parameter toget_books
or removetitle
parameter fromTestQuery
.Ready to send a PR if it's needed
System Information
Additional Context
The text was updated successfully, but these errors were encountered: