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).
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Placeholder ghost contact placed on the lead/opportunity org chart.
  • ghostContact: CreateGhostContactInput
  • # Org-chart group the ghost contact belongs to, when grouped.
  • leadOpptyContactGroupRelation: CreateLeadOpptyContactGroupRelationInput
  • # Free-text comment shown on the org-chart node.
  • comment: String
  • # Id of the ghost contact.
  • ghostContactId: ID
  • # Id of the parent org-chart group.
  • leadOpptyContactGroupRelationId: ID
  • # Id of the linked lead or opportunity.
  • leadOpptyId: ID
  • # Org-chart layout position of the ghost contact within its group, as a JSON
  • # object {"x": , "y": }.
  • positionInGroup: JSONString
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Sales roles assigned to the ghost contact on this lead/opportunity.
  • salesRoles: [CreateGhostLeadOpptyContactSalesRoleRelationNoGhostLeadOpptyContactRelationBackrefInput!]
  • }

link Require by