WalletConnection
The connection type for Wallet.
type WalletConnection {
edges: [WalletEdge]
nodes: [Wallet]
pageInfo: PageInfo!
}
Fields
WalletConnection.edges ● [WalletEdge] list object common
A list of edges.
WalletConnection.nodes ● [Wallet] list object common
A list of nodes.
WalletConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
Returned by
wallets query