Skip to content

Releases: Snowflyt/graphql-intuitive-request

v0.2.0

23 Mar 18:51
Compare
Choose a tag to compare
  • ✨ 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

21 Mar 04:52
Compare
Choose a tag to compare
  • ✨ feat: Treat nullable types as optional ones in GraphQL variables
  • 🦄 refactor: Improve type information readability by eliminating distributes

v0.1.4

10 Mar 05:58
Compare
Choose a tag to compare
  • ✨ feat: Add helper methods to selectorBuilder for type inference

v0.1.3

09 Mar 18:15
Compare
Choose a tag to compare
  • ✨ 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

v0.1.2

09 Mar 08:49
Compare
Choose a tag to compare
  • ✨ feat: Re-export type ClientError from graphql-request