v24.0.0
24.0.0 (2026-05-18)
⚠ BREAKING CHANGES
- schema:
${model.name}WhereUniquenow carries non-nullable
fields when the model hasfilterable: { nonNull: true }simple/enum
fields or relation FKs. Any consumer schema with such fields will see
itsentity(where: { … })queries fail typegen until they opt into
the cascade by providing those fields. Upgrade requires updating every
singular-by-id query to nest the mandatory filters (the typegen errors
list exactly the sites that need touching).
Co-authored-by: Claude Opus 4.7 noreply@anthropic.com