INPUT_OBJECT
UpdateLeadOpptyContactRelationInput
link GraphQL Schema definition
- input UpdateLeadOpptyContactRelationInput {
 - : String
 - #   Unique identifier of entity.
 - : ID!
 - #   Last modification time.
 - : DateTime
 - #   Creation time.
 - : DateTime
 - : CreateLeadOpptyContactGroupRelationInput
 - #   Multi-line text input field.
 - : String
 - #   Relation to single entity instance.
 - : ID
 - #   Boolean value.
 - : Boolean
 - #   Relation to single entity instance.
 - : ID
 - #       Relation to single abstract entity instance.
 - #     
 - #   E.g. Relation to Lead/Oppty
 - #     
 - : ID
 - #   Field containing json.
 - : JSONString
 - #   Field whose values are strictly defined with an enumeration of values.
 - : OrgRelationshipTypeEnum
 - #   Revision when entity was lastly changed.
 - : Int
 - #   Relations to SalesRoles.
 - : [CreateLeadOpptyContactSalesRoleRelationNoLeadOpptyContactRelationBackrefInput!]
 - }