What is operationName used for? #7
Labels
No labels
bug
dependencies
duplicate
enhancement
help wanted
invalid
javascript
question
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
gucheen/fetchql#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am getting an error like
GraphQLError: Unknown operation named "..."I've noticed the object passed to the GraphQL server consists of:
why
operationNameis passed when it should only sendqueryandvariables?@teckays You can refer to GraphQL Docs http://graphql.org/learn/queries/#operation-name
Git it! Thank you