Skip to content

v0.28.5

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Mar 17:36
· 1 commit to main since this release
99b2c31

v0.28.5 (2026-03-10)

Bug fix (patch bump)

  • #891: docs: provide information for contributors and fix ci
  • #894: code-gen: avoid generating duplicate types
    • 👤 @ners

    • - derive Eq for AST types - nub the list of generated types before printing them

      If a schema contains an interface with a field with multiple params, then the Args type for that field is generated for the interface, as well as each of the types that implement it. If the interface is implemented correctly, these types will all be the same.

  • #893: server: replace graphql-playground with graphiql

Minor / maintenance change (patch bump)