OBJECT

FieldMappingTemplate

link GraphQL Schema definition

  • type FieldMappingTemplate {
  • # JSON object holding the default field values for the target record, keyed by
  • # field id.
  • input: JSONString!
  • # Per-field operations that derive each target field value from the source record
  • # or a value mapping.
  • operations: [FieldMappingOperation]!
  • }