Skip to content

v25.0.0

Choose a tag to compare

@github-actions github-actions released this 19 May 07:07
· 12 commits to main since this release
d613040

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}WhereUnique is back to v23 behavior and existing
    mutation strings (where: { id: $id }) work again.

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

Bug Fixes