Interface: ODataGetOptions
Defined in: packages/core/src/decorators/odata-get.decorator.ts:9
Options for the @ODataGet() decorator.
Properties
autoHandler?
optionalautoHandler?: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?
optionalpath?:string
Defined in: packages/core/src/decorators/odata-get.decorator.ts:11
Custom route path. Defaults to '' (empty, NestJS will use the controller prefix).