OBJECT
ProspectingAreaConnection
The connection type for ProspectingArea.
link GraphQL Schema definition
- type ProspectingAreaConnection {
- # A list of edges.
- ProspectingAreaEdge] : [
- # A list of nodes.
- ProspectingArea] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }