INPUT_OBJECT
CreateApprovalInput
link GraphQL Schema definition
- input CreateApprovalInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the linked account.
- : ID
- # Id of the triggering user.
- : ID
- # Id of the application.
- : ID!
- # Id of the approval process.
- : ID!
- # Field whose values are strictly defined with an enumeration of values.
- : ApprovalStatusEnum
- # Comment the requester attached when raising the approval.
- : String
- # Id of the linked contact.
- : ID
- # Id of the linked lead or opportunity, or empty when not linked.
- : ID
- # Id of the linked quote.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessStatusEnum
- # Revision when entity was lastly changed.
- : Int
- # Users who must respond to the approval, with their individual responses.
- : [CreateApprovalApproverNoApprovalBackrefInput!]
- }