Changelog
1.3.0
gql-tada
capable of generating the types file without the LSP running
Submitted by @JoviDeCroock (See #58)graphql.persisted()
to create an API for persisted documents that omits a query’s definitions from the output bundle
Submitted by @kitten (See #98)graphql.scalar
to resolve types for input objects
Submitted by @kitten (See #97)getDocumentNode
inference and object-flattening utilities
Submitted by @kitten (See #107)NON_NULL
field types (with @_optional
and @_required
), input types, and variable types
Submitted by @kitten (See #104)$tada
not being exported, which can cause projects with isolatedModules: true
set from building
Submitted by @kitten (See #99)disableMasking
flag to allow fragment masking to be disabled. When this is set to true
on the setupSchema
interface, fragments won’t be masked, which imitates the behaviour you’d see when adding @_unmask
to every single one of your fragments. This is currently considered a preview feature
Submitted by @kitten (See #69)__typename?: PossibleType
field by default so the type checker has an exact property to merge types on
Submitted by @kitten (See #102)defaultValue
properties in introspection
Submitted by @llllvvuu (See #101)