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 |
genericCombinationStrategies | [GenericCombinationStrategy!] | Combination strategies associated with this generic mapper. |
id | GenericMapperID! | Global ID of this GenericMapper |
sources | [DataTypeIdentifier!]! | The source data type identifier. |
target | String! | The target key for the generic value. |
updatedAt | Time! | Time when this GenericMapper was last updated |