Class <Type> IdentityField
public
Defined in:
../core-types/src/schema/fields.ts:284
Module:
@warp-drive/core-types
Represents a field whose value is the primary key of the resource.
This allows any field to serve as the primary key while still being able to drive identity needs within the system.
This is useful for resources that use for instance 'uuid', 'urn' or 'entityUrn' or 'primaryKey' as their primary key field instead of 'id'.