Class <Type> GenericField
public
Defined in:
../core-types/src/schema/fields.ts:6
Module:
@warp-drive/core-types
A generic "field" that can be used to define primitive value fields.
Replaces "attribute" for primitive value fields. Can also be used to eject from deep-tracking of objects or arrays.
A major difference between "field" and "attribute" is that "type" points to a legacy transform on "attribute" that a serializer might use, while "type" points to a new-style transform on "field" that a record implmentation must use.