INPUT_OBJECT

CreateOrUpdateLeadOpptyContactGroupRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateLeadOpptyContactGroupRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Display color of the contact group on the org chart, encoded as an integer
  • # packing the RGB components: (red << 16) | (green << 8) | blue.
  • color: Int
  • # Layout position of the group on the org chart, stored as JSON coordinates.
  • groupPosition: JSONString
  • # Id of the lead or opportunity the contact group belongs to.
  • leadOpptyId: ID
  • # Name of the entity and its default text representation.
  • name: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by