Releases: atulmy/gql-query-builder
Releases · atulmy/gql-query-builder
v3.5.0
What's new?
- Fix: Removal of brackets for scalar operations #37
- fix: Multiple queries variables doesn't get set in the root query #39
- feat: added ability to set operation name #40
- Feat: Added argument name option #42
Thanks to @Devorein for the contributions and support.
NPM: https://www.npmjs.com/package/gql-query-builder/v/3.5.0
v3.4.1
v3.3.0
v3.2.0
v3.1.1
v3.0.7
v3.0.2
Note: This is a major release and not compatible with previous version. Please check readme for changes in API.
What's new?
- Port to Typescript
- Single query, multiple operations
- Restructure codebase
- Updated test cases
- Updated documentation
A big thanks to @bebraw who made this release possible!