INPUT_OBJECT

CreateOrUpdateApprovalProcessInput

link GraphQL Schema definition

  • input CreateOrUpdateApprovalProcessInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Multi-line text input field.
  • description: String
  • # Boolean value.
  • isEnabled: Boolean
  • # Datetime information.
  • lastSchemaChange: DateTime
  • # Datetime information.
  • lastStatusChange: DateTime
  • # Name of the entity and its default text representation.
  • name: String
  • # Relation to single entity instance.
  • ownerId: ID
  • # Field containing json.
  • settings: JSONString
  • # Relations to CloudObjects.
  • documents: [CreateCloudObjectRelationNoBackrefInput!]
  • }

link Require by