OBJECT

PointConnection

The connection type for Point.

link GraphQL Schema definition

  • 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!
  • }

link Require by