easygraphql-tester
easygraphql-tester copied to clipboard
Test GraphQL queries, mutations and schemas on an easy way! 🚀
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...
The dependency vulnerabilities were updated
In this example in my code, the query returns always empty: ``` it('Should return store by id', () => { const query = ` query($id: ID, $slug: String) { store(id:...
Hello After invoke EasyGraphQLTester constructor i have the Syntax Error: Unexpected I did console the Lexure which parses on that time and this lexure is #imports
This is an amazing project! Thanks for your effort. Do you have plan to develop new feature about uploading file?