Skip to content

@gql.tada/internal@0.2.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

  • Add check as a way to run the GraphQLSP diagnostics as part of our CLI
    Submitted by @JoviDeCroock (See #170)
  • Implement new config resolution helpers
    Submitted by @kitten (See #200)

Patch Changes

  • Allow GraphQL enum types to be remapped with the scalars configuration option
    Submitted by @kitten (See #184)
  • Add bundled licenses of internalized modules
    Submitted by @kitten (See #175)
  • Support opting out of includeDeprecated on __Directive and __Field in accordance with the October 2021 spec
    Submitted by @JoviDeCroock (See #192)
  • Replace minifyIntrospectionQuery utility with a version that sorts fields and types by name
    Submitted by @kitten (See #185)