OBJECT

NodesConnection

Connection Type for Node

link GraphQL Schema definition

  • type NodesConnection {
  • # List of nodes
  • nodes: [Node!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by

This element is not required by anyone