OBJECT

RedirectConnection

The connection type for Redirect.

link GraphQL Schema definition

  • type RedirectConnection {
  • # A list of edges.
  • edges: [RedirectEdge]
  • # A list of nodes.
  • nodes: [Redirect]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }