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