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