INPUT_OBJECT

CreateOrUpdateLeadOpptySharingSalesUnitRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateLeadOpptySharingSalesUnitRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOpptyId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • role: SharingRoleEnum
  • # Relation to single entity instance.
  • unitId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by