INPUT_OBJECT
UpdateApprovalApproverInput
link GraphQL Schema definition
- input UpdateApprovalApproverInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : 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
- }