EpochConnection
Epoch pagination result
type EpochConnection {
totalCount: Int!
edges: [EpochEdge!]!
nodes: [Epoch!]!
pageInfo: PageInfo!
}
Fields
totalCount
(Int!
)
Total number of entries that match the query
edges
([EpochEdge!]!
)
Pagination entries returned for the current page
nodes
([Epoch!]!
)
Epoch instances returned for the current page
pageInfo
(PageInfo!
)
Pagination metadata