graphql-intuitive-request

Intuitive and (more importantly) TS-friendly GraphQL client for queries, mutations and subscriptions

MIT License

Stars
3
Committers
2

Bot releases are visible (Hide)

graphql-intuitive-request - v0.2.0 Latest Release

Published by Snowfly-T 7 months ago

  • ✨ 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 _
graphql-intuitive-request - v0.1.5

Published by Snowfly-T 7 months ago

  • ✨ feat: Treat nullable types as optional ones in GraphQL variables
  • 🦄 refactor: Improve type information readability by eliminating distributes
graphql-intuitive-request - v0.1.4

Published by Snowfly-T 7 months ago

  • ✨ feat: Add helper methods to selectorBuilder for type inference
graphql-intuitive-request - v0.1.3

Published by Snowfly-T 7 months ago

  • ✨ 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
graphql-intuitive-request - v0.1.2

Published by Snowfly-T 7 months ago

  • ✨ feat: Re-export type ClientError from graphql-request
Related Projects