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