EpochEdge
An edge in a connection.
type EpochEdge {
node: Epoch!
cursor: String!
}
Fields
EpochEdge.node
● Epoch!
non-null object
The item at the end of the edge
EpochEdge.cursor
● String!
non-null scalar
A cursor for use in pagination
Member Of
EpochConnection
object