INPUT_OBJECT
CreateProspectingAreaAttributes
link GraphQL Schema definition
- input CreateProspectingAreaAttributes {
- # The name of the focus area.
- : String!
- # The ID of the agent assigned to the Prospecting Area.
- : ID!
- # The color representing the shape of the Prospecting Area.
- : String!
- # The coordinates defining the shape of the Prospecting Area.
- : JSON!
- # The Completed Date of Prospecting Area.
- : ISO8601DateTime
- }