OBJECT
The connection type for Point.
type PointConnection {cursors: [String!]! # A list of edges.edges: [PointEdge] # A list of nodes.nodes: [Point] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }