INPUT_OBJECT

CreateOrUpdateProcessTemplateInput

link GraphQL Schema definition

  • input CreateOrUpdateProcessTemplateInput {
  • # Optional client-supplied identifier passed on a mutation input and echoed back
  • # unchanged on its payload, so a client can correlate the response with its
  • # request (Relay convention).
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Free-text description of what the template does.
  • description: String
  • # True when the platform recommends this template (highlighted in the template
  • # gallery).
  • isRecommended: Boolean
  • # Name of the entity and its default text representation.
  • name: String
  • # Process schema shipped by the template, as a JSON object conforming to the
  • # ProcessSchema type (trigger, nodes, settings). Validated on write. Full
  • # structure:
  • # https://graphql.api-doc.pipelinersales.com/latest/graphql/space/processschema.doc.html
  • settings: ProcessSchemaJSONString
  • # Files attached to the template (e.g. reference documents, screenshots).
  • documents: [CreateCloudObjectRelationNoBackrefInput!]
  • }

link Require by