Skip to content

gql.tada@1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 12:05
· 261 commits to main since this release
1834b34

Initial Release

gql.tada is a GraphQL document authoring library, inferring the result and variables types
of GraphQL queries and fragments in the TypeScript type system. It derives the types for your
GraphQL queries on the fly allowing you to write type-safe GraphQL documents quickly.

To get started, check out the documentation’s “Get Started” section.