Skip to content

gql.tada@1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 15:52
· 131 commits to main since this release
aa47321

Read the full release announcement post at: https://gql-tada.0no.co/devlog/2024-04-15

Minor Changes

  • Allow GraphQL enum types to be remapped with the scalars configuration option
    Submitted by @kitten (See #184)
  • Support a second argument in 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)

Patch Changes