v27.0.0-next.1
Pre-release
Pre-release
27.0.0-next.1 (2026-06-08)
⚠ BREAKING CHANGES
- schema: 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