GelDeleteReturningAll Type — drizzle-orm Architecture
Architecture documentation for the GelDeleteReturningAll type/interface in delete.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 9605ebc1_98fa_4236_f495_09a255ecfd06["GelDeleteReturningAll"] ef93bf01_da17_ca76_efbc_b9108d7fe88d["delete.ts"] 9605ebc1_98fa_4236_f495_09a255ecfd06 -->|defined in| ef93bf01_da17_ca76_efbc_b9108d7fe88d style 9605ebc1_98fa_4236_f495_09a255ecfd06 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/query-builders/delete.ts lines 52–65
export type GelDeleteReturningAll<
T extends AnyGelDeleteBase,
TDynamic extends boolean,
> = GelDeleteWithout<
GelDeleteBase<
T['_']['table'],
T['_']['queryResult'],
T['_']['table']['$inferSelect'],
TDynamic,
T['_']['excludedMethods']
>,
TDynamic,
'returning'
>;
Source
Frequently Asked Questions
What is the GelDeleteReturningAll type?
GelDeleteReturningAll is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/query-builders/delete.ts.
Where is GelDeleteReturningAll defined?
GelDeleteReturningAll is defined in drizzle-orm/src/gel-core/query-builders/delete.ts at line 52.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free