Home / Type/ GelUpdateReturning Type — drizzle-orm Architecture

GelUpdateReturning Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-orm/src/gel-core/query-builders/update.ts lines 226–252

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free