Skip to content

v28.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 13:53
· 8 commits to main since this release
9d996ed

28.0.0 (2026-06-17)

⚠ BREAKING CHANGES

  • deps: Updates @graphql-codegen packages to v7 / v6.

Downstream impact:

  • Custom scalars not explicitly mapped in config.scalars (like Upload) will now resolve to unknown instead of any.
  • Helper utility types (Exact, MakeOptional, MakeMaybe) are no longer generated globally.
  • Empty objects are now typed as Record<PropertyKey, never> instead of {}.

Miscellaneous Chores

  • deps: update graphql-codegen monorepo to v7 (#490) (9d996ed)