INPUT_OBJECT

UpdateApprovalInput

link GraphQL Schema definition

  • input UpdateApprovalInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the linked account.
  • accountId: ID
  • # Id of the triggering user.
  • actorId: ID
  • # Id of the application.
  • applicationId: ID
  • # Id of the approval process.
  • approvalProcessId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • approvalStatus: ApprovalStatusEnum
  • # Comment the requester attached when raising the approval.
  • comment: String
  • # Id of the linked contact.
  • contactId: ID
  • # Id of the linked lead or opportunity, or empty when not linked.
  • leadOpptyId: ID
  • # Id of the linked quote.
  • quoteId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • status: ProcessStatusEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Users who must respond to the approval, with their individual responses.
  • approvers: [CreateApprovalApproverNoApprovalBackrefInput!]
  • }

link Require by