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
  • # Relation to single entity instance. Target entity is re-used and not deleted
  • # on de-association.
  • #
  • # Examples:
  • #
  • # Opportunity.owner -> Client, the Client is reused for many opportunities.
  • #
  • # Account.picture -> CloudObject, the CloudObject can be reused on many accounts.
  • #
  • ghostContact: CreateGhostContactInput
  • leadOpptyContactGroupRelation: CreateLeadOpptyContactGroupRelationInput
  • # Multi-line text input field.
  • comment: String
  • # Relation to single entity instance.
  • ghostContactId: ID
  • # Relation to single entity instance.
  • leadOpptyContactGroupRelationId: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOpptyId: ID
  • # Field containing json.
  • positionInGroup: JSONString
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Relations to SalesRoles.
  • salesRoles: [CreateGhostLeadOpptyContactSalesRoleRelationNoGhostLeadOpptyContactRelationBackrefInput!]
  • }

link Require by