INPUT_OBJECT
UpdateApprovalApproverInput
link GraphQL Schema definition
- input UpdateApprovalApproverInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : ApprovalStatusEnum
- # Revision when entity was lastly changed.
- : Int
- }