INPUT_OBJECT

UpdateProspectingAreaAttributes

link GraphQL Schema definition

  • input UpdateProspectingAreaAttributes {
  • # The name of the focus area.
  • focusAreaName: String
  • # The ID of the agent assigned to the Prospecting Area.
  • assignedTo: ID
  • # The color representing the shape of the Prospecting Area.
  • shapeColor: String
  • # The coordinates defining the shape of the Prospecting Area.
  • polygonCoordinates: JSON
  • # The Completed Date of Prospecting Area.
  • toBeCompletedBy: ISO8601DateTime
  • }