INPUT_OBJECT
CreateOrUpdateGhostLeadOpptyContactSalesRoleRelationInput
link GraphQL Schema definition
- input CreateOrUpdateGhostLeadOpptyContactSalesRoleRelationInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Ghost-contact-on-lead/opportunity placement this role assignment belongs to.
- : CreateGhostLeadOpptyContactRelationInput
- # Id of the ghost-contact-lead/opportunity placement.
- : ID
- # Id of the sales role.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }