Skip to content

@pothos/plugin-drizzle@0.17.6

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:51
· 31 commits to main since this release
8c840d6

Patch Changes

  • 265c4c8: Treat undefined query properties as absent when building Drizzle queries. Query callbacks that return a conditional filter (e.g. where: cond ? filter : undefined) previously produced a selection that compared as incompatible with an equivalent selection that omitted the key, causing the field's selection to be dropped. where, orderBy, limit, and offset are now normalized before selections are stored, compared, or passed to Drizzle.