OBJECT

FieldMappingOperation

link GraphQL Schema definition

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