atulmy / gql-query-builder

🔧 Simple GraphQL Query Builder
https://npmjs.com/package/gql-query-builder
MIT License
396 stars 43 forks source link

Support operation name for mutations #78

Closed themagickoala closed 1 year ago

themagickoala commented 1 year ago

This PR addresses issue #72 in order to allow passing an operationName to mutations (in the same way that is already possible for queries). I've also added a test for it in index.test.ts and updated the readme with example usage.