Releases: 0no-co/gql.tada
Releases · 0no-co/gql.tada
gql.tada@1.8.13
Patch Changes
- Updated dependencies (See #472)
- @gql.tada/cli-utils@1.7.1
@gql.tada/cli-utils@1.7.1
Patch Changes
⚠️ Fix external scalars in thegraphql
definition files,
we will collect the imports and rewrite them into the
cached file
Submitted by @JoviDeCroock (See #472)
gql.tada@1.8.12
@gql.tada/cli-utils@1.7.0
Minor Changes
- Add support for pnpm workspace catalog version resolution to
gql-tada doctor
Submitted by @JoviDeCroock (See #460)
Patch Changes
- Remove alias outside of current scope flag for the stringification of types, this adds support for external scalar files in the Tada setup file
Submitted by @JoviDeCroock (See #461)
gql.tada@1.8.11
gql.tada@1.8.10
@gql.tada/cli-utils@1.6.3
Patch Changes
⚠️ Fixturbo
command's cache disabling override not being effective. This was a regression that meant the cached outputs would be reused during the next run of theturbo
command
Submitted by @kitten (See #409)- Create target directories if they don't exist and the CLI is trying to write to them
Submitted by @kitten (See #401)
gql.tada@1.8.9
gql.tada@1.8.8
Patch Changes
- Add
loc
getter to parsedDocumentNode
fragment outputs to ensure that using fragments created bygql.tada
'sgraphql()
function withgraphql-tag
doesn't crash.graphql-tag
does not treat theDocumentNode.loc
property as optional on interpolations, which leads to intercompatibility issues
Submitted by @kitten (See #396)
gql.tada@1.8.7
Patch Changes
- Update internal type signature of
initGraphQLTada<>()
function and includeinitGraphQLTada<Setup>
alias type. This alias type makes it more intuitive to declare types the return type ofinitGraphQLTada()
, since it mirrors the same name
Submitted by @kitten (See #377) - Updated dependencies (See #386 and #388)
- @gql.tada/internal@1.0.8
- @gql.tada/cli-utils@1.6.2