Skip to content

Interface: ODataGetOptions

Defined in: packages/core/src/decorators/odata-get.decorator.ts:9

Options for the @ODataGet() decorator.

Properties

autoHandler?

optional autoHandler?: boolean

Defined in: packages/core/src/decorators/odata-get.decorator.ts:17

When true, signals the auto-handler mechanism (wired in Plan 04 by the typeorm module) to replace the decorated method body with a generated handler. Default: false


path?

optional path?: string

Defined in: packages/core/src/decorators/odata-get.decorator.ts:11

Custom route path. Defaults to '' (empty, NestJS will use the controller prefix).