INPUT_OBJECT
CreateApprovalInput
link GraphQL Schema definition
- input CreateApprovalInput {
 - : String
 - #   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!]
 - }