INPUT_OBJECT
CreateOrUpdateGhostLeadOpptyContactRelationInput
link GraphQL Schema definition
- input CreateOrUpdateGhostLeadOpptyContactRelationInput {
- # 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
- # Placeholder ghost contact placed on the lead/opportunity org chart.
- : CreateGhostContactInput
- # Org-chart group the ghost contact belongs to, when grouped.
- : CreateLeadOpptyContactGroupRelationInput
- # Free-text comment shown on the org-chart node.
- : String
- # Id of the ghost contact.
- : ID
- # Id of the parent org-chart group.
- : ID
- # Id of the linked lead or opportunity.
- : ID
- # Org-chart layout position of the ghost contact within its group, as a JSON
- # object {"x":
, "y": }. - : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Sales roles assigned to the ghost contact on this lead/opportunity.
- : [CreateGhostLeadOpptyContactSalesRoleRelationNoGhostLeadOpptyContactRelationBackrefInput!]
- }