v28.0.0
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 {}.