OBJECT

UserNodeConnection

link GraphQL Schema definition

  • type UserNodeConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [UserNodeEdge]!
  • }

link Require by