OBJECT

ProcessEntityTemplate

link GraphQL Schema definition

  • type ProcessEntityTemplate {
  • # Per-field operations describing how each field value of the created or updated
  • # record is determined.
  • operations: [ProcessEntityOperation!]!
  • # Field values to apply to the record, as a JSON object keyed by field API name.
  • # The accompanying operations describe how each value is interpreted.
  • input: JSONString!
  • }