INPUT_OBJECT

UpdateGhostLeadOpptyContactRelationInput

link GraphQL Schema definition

  • input UpdateGhostLeadOpptyContactRelationInput {
  • 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
  • # Position metadata of the ghost contact within its org-chart group, as a JSON
  • # document.
  • 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