OBJECT

NodePage

link GraphQL Schema definition

  • type NodePage {
  • # The list of nodes of the requested page
  • nodes: [Node]!
  • # The token to use as a cursor for requesting the next page of nodes
  • page_token: String
  • }

link Require by