EasyGraphQL / easygraphql-tester

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

Feature Request: Query variables as a param #125

Open ShMcK opened 4 years ago

ShMcK commented 4 years ago

When using the schema tester, I was surprised to find that you can't pass variables in as a third param when using queries - you have to include the values in the query. Mutations take a third object param, just not queries.

I'd be happy to put in a PR if there are no objections.

estrada9166 commented 4 years ago

Awesome! sure, a PR will be great!