INPUT_OBJECT
UpdateApprovalApproverInput
link GraphQL Schema definition
- input UpdateApprovalApproverInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the approval.
- : ID
- # Id of the assigned user.
- : ID
- # Comment the user attached when responding to the approval.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : ApprovalStatusEnum
- # Revision when entity was lastly changed.
- : Int
- }