Skip to content
module@warp-drive/schema-dsl

Defined in: fields/id.ts:10

Options accepted by the id decorator.

Properties

sourceKey?

ts
optional sourceKey?: string;

Defined in: fields/id.ts:18

The name of the identity field as returned by the API, if it differs from the decorated property's name. Compiles onto the IdentityField's sourceKey.

Released under the MIT License.