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