Releases: Snowflyt/graphql-intuitive-request
Releases · Snowflyt/graphql-intuitive-request
v0.2.0
- ✨ feat: Support field with arguments in nested quries
- ✨ feat: Support using the 2nd argument of operation function to pass input
- ✨ feat: Support GraphQL scalars
- ✨ feat: More intuitive syntax for operation definitions
- 🦄 refactor: Improve TypeScript type inference performance
- 🐞 fix(validator): Fix errors when resolving schema types which name contains
_
v0.1.5
v0.1.4
v0.1.3
- ✨ feat: Add
infer
helper function to infer TypeScript type from GraphQL schema definition - 🐞 fix: Fix non-nullable fields of return type resolved to nullable ones in nested cases
- 🐞 fix: Fix nullable object query nodes built into non-nullable ones
- 📃 docs: Add documentation to exports
- 📃 docs(README): Add error handling example