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