Abstract database action.
OptionalcreatePrisma upsert create payload.
Required only when action: "upsert". Must be paired with update.
OptionaldataMutation payload for insert/update/updateMany/deleteMany-style actions.
Do not use data for action: "upsert". Prisma upsert requires sibling
create and update payloads instead.
OptionalincludeRelated entities to load.
Stable placeholder key used inside generated code comments.
Target ORM model/table name consumed by the renderer.
OptionalorderSort order.
OptionalselectField projection.
OptionalskipPagination offset.
OptionaltakePagination limit.
OptionalupdatePrisma upsert update payload.
Required only when action: "upsert". Must be paired with create; even
idempotent upserts need an explicit update object for the existing-row
branch.
OptionalwhereRow filter conditions.
Canonical language-neutral query invocation IR for realize artifacts.