@gql.tada/cli-utils
Advanced tools
Changelog
1.5.0
Read the full release announcement post at: https://gql-tada.0no.co/devlog/2024-04-15
scalars
configuration option
Submitted by @kitten (See #184)graphql.persisted
which accepts a TadaDocumentNode
rather than passing a generic. This allows the document node to not be hidden, to still generate documentId
via gql.tada
without having to hide the document during runtime
Submitted by @JoviDeCroock (See #188)turbo
command reusing previously cached turbo typings. Instead, we now set a flag to disable the cache temporarily inside the command
Submitted by @kitten (See #208)Changelog
1.4.0
gql.tada
for the AbstractSetupSchema.introspection
option. This allows us to map an IntrospectionQuery
ahead of time
Submitted by @kitten (See #147)@gql.tada/internal
package to extract common logic between the CLI and the LSP
Submitted by @JoviDeCroock (See #149)ID
to be string
, as the GraphQL spec recommends it to serialize to a string
Submitted by @JoviDeCroock (See #146)