INPUT_OBJECT
UpdateGhostLeadOpptyContactRelationInput
link GraphQL Schema definition
- input UpdateGhostLeadOpptyContactRelationInput {
- : 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
- # Position metadata of the ghost contact within its org-chart group, as a JSON
- # document.
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Sales roles assigned to the ghost contact on this lead/opportunity.
- : [CreateGhostLeadOpptyContactSalesRoleRelationNoGhostLeadOpptyContactRelationBackrefInput!]
- }