INPUT_OBJECT
UpdateApprovalProcessInput
link GraphQL Schema definition
- input UpdateApprovalProcessInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Multi-line text input field.
- : String
- # Boolean value.
- : Boolean
- # Datetime information.
- : DateTime
- # Datetime information.
- : DateTime
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Field containing json.
- : JSONString
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }