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. In short, gql.tada, parses your GraphQL documents in the TypeScript type systemuses your introspected schema and scalar configura

