Skip to content

gql.tada@1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 12:42
· 169 commits to main since this release
4abdfc0

Minor Changes

  • Accept a pre-processed schema when setting up gql.tada for the AbstractSetupSchema.introspection option. This allows us to map an IntrospectionQuery ahead of time
    Submitted by @kitten (See #147)
  • Add @gql.tada/internal package to extract common logic between the CLI and the LSP
    Submitted by @JoviDeCroock (See #149)
  • Change the default scalar type of ID to be string, as the GraphQL spec recommends it to serialize to a string
    Submitted by @JoviDeCroock (See #146)

Patch Changes

  • Remove stringLiteral generic constraint, causing errors depending on TypeScript version
    Submitted by @kitten (See #151)
  • Updated dependencies (See #155, #150, and #149)
    • @gql.tada/cli-utils@0.3.0
    • @gql.tada/internal@0.1.0