Home / Type/ GelUpdateReturningAll Type — drizzle-orm Architecture

GelUpdateReturningAll Type — drizzle-orm Architecture

Architecture documentation for the GelUpdateReturningAll type/interface in update.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  676e82ed_130e_71e2_50b1_9977afc3837e["GelUpdateReturningAll"]
  956cc921_a752_6eef_2068_90c91a3cc0a7["update.ts"]
  676e82ed_130e_71e2_50b1_9977afc3837e -->|defined in| 956cc921_a752_6eef_2068_90c91a3cc0a7
  style 676e82ed_130e_71e2_50b1_9977afc3837e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/query-builders/update.ts lines 202–224

export type GelUpdateReturningAll<T extends AnyGelUpdate, TDynamic extends boolean> = GelUpdateWithout<
	GelUpdateBase<
		T['_']['table'],
		T['_']['queryResult'],
		T['_']['from'],
		SelectResult<
			AccumulateToResult<
				T,
				'single',
				T['_']['joins'],
				GetSelectTableSelection<T['_']['table']>
			>,
			'partial',
			T['_']['nullabilityMap']
		>,
		T['_']['nullabilityMap'],
		T['_']['joins'],
		TDynamic,
		T['_']['excludedMethods']
	>,
	TDynamic,
	'returning'
>;

Frequently Asked Questions

What is the GelUpdateReturningAll type?
GelUpdateReturningAll is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/query-builders/update.ts.
Where is GelUpdateReturningAll defined?
GelUpdateReturningAll is defined in drizzle-orm/src/gel-core/query-builders/update.ts at line 202.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free