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
- 📦 server
- 👤 @ners
-
graphql-playground is abandonware. The devs recommend using graphiql: https://github.com/graphql/graphql-playground/issues/1366#issuecomment-1062088978
Minor / maintenance change (patch bump)
- #892: Update schema
- 📦 core
- 👤 @nalchevanidze
-
update hwm schema and pipelines