INPUT_OBJECT
UpdateLeadOpptyContactSalesRoleRelationInput
link GraphQL Schema definition
- input UpdateLeadOpptyContactSalesRoleRelationInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Lead/opportunity-contact link this sales-role assignment belongs to.
- : CreateLeadOpptyContactRelationInput
- # Id of the lead/opportunity-contact link.
- : ID
- # Id of the sales role.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }