OBJECT

RefConnection

The connection type for Ref.

link GraphQL Schema definition

  • type RefConnection {
  • # A list of edges.
  • edges: [RefEdge]
  • # A list of nodes.
  • nodes: [Ref]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }