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