EpochConnection
No description
type EpochConnection {
  edges: [EpochEdge!]!
  nodes: [Epoch!]!
  pageInfo: PageInfo!
}
Fields
EpochConnection.edges ● [EpochEdge!]! non-null object
A list of edges.
EpochConnection.nodes ● [Epoch!]! non-null object
A list of nodes.
EpochConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
Returned By
epochs  query