INPUT_OBJECT

UpdateGhostLeadOpptyContactSalesRoleRelationInput

link GraphQL Schema definition

  • input UpdateGhostLeadOpptyContactSalesRoleRelationInput {
  • 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.
  • #
  • ghostLeadOpptyContactRelation: CreateGhostLeadOpptyContactRelationInput
  • # Relation to single entity instance.
  • ghostLeadOpptyContactRelationId: ID
  • # Relation to single entity instance.
  • salesRoleId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by