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
  • # Relation to single entity instance.
  • accountId: ID
  • # Relation to single entity instance.
  • actorId: ID
  • # Relation to single entity instance.
  • applicationId: ID
  • # Relation to single entity instance.
  • approvalProcessId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • approvalStatus: ApprovalStatusEnum
  • # Multi-line text input field.
  • comment: String
  • # Relation to single entity instance.
  • contactId: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOpptyId: ID
  • # Relation to single entity instance.
  • quoteId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • status: ProcessStatusEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Relations to ApprovalApprovers.
  • approvers: [CreateApprovalApproverNoApprovalBackrefInput!]
  • }

link Require by