OBJECT

EndpointConnection

The connection type for Endpoint.

link GraphQL Schema definition

  • type EndpointConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [EndpointEdge]
  • # A list of nodes.
  • nodes: [Endpoint]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by