GenericMapper
Represents a mapping between a source data type and a target key for generic values.
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this GenericMapper was created |
id | GenericMapperID! | Global ID of this GenericMapper |
source | DataTypeIdentifier! | The source data type identifier. |
target | String! | The target key for the generic value. |
updatedAt | Time! | Time when this GenericMapper was last updated |