INPUT_OBJECT
CreateOrUpdateApprovalInput
link GraphQL Schema definition
- input CreateOrUpdateApprovalInput {
- : 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
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ApprovalStatusEnum
- # Multi-line text input field.
- : String
- # Relation to single entity instance.
- : ID
- # Relation to single abstract entity instance.
- #
- # E.g. Relation to Lead/Oppty
- #
- : ID
- # Relation to single entity instance.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessStatusEnum
- # Revision when entity was lastly changed.
- : Int
- # Relations to ApprovalApprovers.
- : [CreateApprovalApproverNoApprovalBackrefInput!]
- }