v25.0.0
25.0.0 (2026-05-19)
⚠ BREAKING CHANGES
- the singular
entity(where: …)query arg is now
${name}WhereLookup!(was${name}WhereUnique!in v24.0.0).
Consumers' GraphQL queries don't need to change shape — the cascade
fields they had to add at v24.0.0 are still required — but generated
TypeScript types for query variables now reference${name}WhereLookup
instead of${name}WhereUnique. Mutations are unaffected by this
commit;${name}WhereUniqueis back to v23 behavior and existing
mutation strings (where: { id: $id }) work again.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com