Skip to content

v0.1.3

Compare
Choose a tag to compare
@Snowflyt Snowflyt released this 09 Mar 18:15
· 14 commits to main since this release
  • ✨ 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