Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
gql-tadacapable of generating the types file without the LSP runningSubmitted by @JoviDeCroock (See #58)
graphql.persisted()to create an API for persisted documents that omits a query’s definitions from the output bundleSubmitted by @kitten (See #98)
Patch Changes
graphql.scalarto resolve types for input objectsSubmitted by @kitten (See #97)
getDocumentNodeinference and object-flattening utilitiesSubmitted by @kitten (See #107)
NON_NULLfield types (with@_optionaland@_required), input types, and variable typesSubmitted by @kitten (See #104)
$tadanot being exported, which can cause projects withisolatedModules: trueset from buildingSubmitted by @kitten (See #99)
Submitted by @wyattades (See #82)
disableMaskingflag to allow fragment masking to be disabled. When this is set totrueon thesetupSchemainterface, fragments won’t be masked, which imitates the behaviour you’d see when adding@_unmaskto every single one of your fragments. This is currently considered a preview featureSubmitted by @kitten (See #69)
__typename?: PossibleTypefield by default so the type checker has an exact property to merge types onSubmitted by @kitten (See #102)
defaultValueproperties in introspectionSubmitted by @llllvvuu (See #101)
Submitted by @kitten (See #73)
Submitted by @kitten (See #68)
@gql.tada/[email protected]
Minor Changes
gql-tadacapable of generating the types file without the LSP runningSubmitted by @JoviDeCroock (See #58)