Skip to content

v25.0.0-next.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 11:18

25.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}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

Features

  • Bump to next version (1226ca0)
  • permissions: skip joined-entity WHERE on filter joins covered by root scope (fcf0273)
  • schema: split lookup vs mutation where — keep WhereUnique simple, add WhereLookup for queries (74f6769)