OBJECT
ProspectingArea
link GraphQL Schema definition
- type ProspectingArea {
- # The account associated with the Prospecting Area.
- : Account
- # The agent assigned to the Prospecting Area.
- : User
- # The Date when Prospecting Area was completed.
- : ISO8601DateTime
- # 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 Date to be completed by.
- : 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
- UpdateProspectingAreaPayloadAutogenerated return type of UpdateProspectingArea