OBJECT
FieldMappingOperation
link GraphQL Schema definition
- type FieldMappingOperation {
- # Id of the target field this operation populates.
- : ID!
- # How the target field value is produced — Custom (from a mapping) or
- # SourceRecordValue (copied from the source record).
- : FieldMappingOperationEnum
- # Id of the source-record field whose value is used when the operation reads from
- # the source record.
- : UUID
- # Source-to-target value translations applied to the field value.
- : EntityOperationMapping
- }