OBJECT
ProspectingArea
link GraphQL Schema definition
- type ProspectingArea {
- # The account associated with the Prospecting Area.
- Account :
- # The agent assigned to the Prospecting Area.
- User :
- # When Prospecting Area was created.
- ISO8601DateTime! :
- # The name of the focus area.
- String :
- # The ID of the Prospecting Area.
- ID! :
- # No of the Prospecting Areas.
- Int! :
- # The coordinates defining the shape of the Prospecting Area.
- JSON :
- # The color representing the shape of the Prospecting Area.
- String :
- # The Completed Date of Prospecting Area.
- ISO8601DateTime! :
- # When Prospecting Area was updated
- ISO8601DateTime! :
- # The creator of Prospecting Area.
- User :
- }
link Require by
- AssignAreaToAgentPayloadAutogenerated return type of AssignAreaToAgent
- DestroyProspectingAreaPayloadAutogenerated return type of DestroyProspectingArea
- ProspectingAreaConnectionThe connection type for ProspectingArea.
- ProspectingAreaEdgeAn edge in a connection.
- QueryThe query root of this schema
- ReassignAreaToAgentPayloadAutogenerated return type of ReassignAreaToAgent