Releases: 0no-co/GraphQLSP
Releases · 0no-co/GraphQLSP
@0no-co/[email protected]
Patch Changes
- switch error message for missing operation-name to not allude to typegen
Submitted by @JoviDeCroock (See #290) - Swap-write introspection file instead of overwriting it directly
Submitted by @kitten (See #291) ⚠️ Fix directives being misreported due to globally declared regex maintaining state
Submitted by @JoviDeCroock (See #293)
@0no-co/[email protected]
Minor Changes
- Support passing GraphQL documents by value to
graphql.persisted
’s second argument
Submitted by @JoviDeCroock (See #287)
@0no-co/[email protected]
Patch Changes
- Add internal helper to unroll tada fragments
Submitted by @JoviDeCroock (See #285)
@0no-co/[email protected]
Minor Changes
- Add support for
graphql.persisted
#240
Submitted by @JoviDeCroock (See9210406
)
Patch Changes
- Expose persisted helper to translate typeQuery to the corresponding document
Submitted by @JoviDeCroock (See #284)
@0no-co/[email protected]
Minor Changes
- Expose the
init
andgetGraphQLDiagnostics
methods
Submitted by @JoviDeCroock (See #279)
Patch Changes
@0no-co/[email protected]
@0no-co/[email protected]
Minor Changes
- Introduce option to pre-process the introspection file, this improves the performance of
gql.tada
. This will be enabled by default and can be turned off by leveragingtadaDisablePreprocessing: true
in thetsconfig
Submitted by @JoviDeCroock (See #273)
@0no-co/[email protected]
Patch Changes
⚠️ Fix case where our fragments is an empty array
Submitted by @JoviDeCroock (See #271)
@0no-co/[email protected]
Minor Changes
- Leverage
require.resolve
when followingtsconfig.extends
so we supportnode_modules
Submitted by @JoviDeCroock (See #266)
@0no-co/[email protected]
Patch Changes
⚠️ Fix type-condition suggestions
Submitted by @JoviDeCroock (See #262)