EasyGraphQL / easygraphql-tester

Test GraphQL queries, mutations and schemas on an easy way! 🚀
https://easygraphql.com/docs/easygraphql-tester/overview
MIT License
314 stars 34 forks source link

Question about readme #96

Closed helfer closed 5 years ago

helfer commented 5 years ago

I'm confused by this sentence in the readme:

It will check:

* If the operation name is defined on the schema.

Operation names are part of the query and they're not defined in the schema, so what do you mean by this?

estrada9166 commented 5 years ago

You’re right! It’s incorrect, it should be “If the query/mutation/subscription is defined on the schema.”

I should update it! Thanks for reporting it 🙂