Skip to main content
Version: V2

WalletConnection

The WalletConnection type provides a paginated list of WalletEdge along with the total count of profiles.

type WalletConnection {
totalCount: Int!
pageInfo: PageInfo!
edges: [WalletEdge]
}

Fields

totalCount (Int)

totalCount the total number of wallets.

pageInfo (PageInfo)

pageInfo contains information about the current page.

edges (WalletEdge)

edges list of WalletEdge objects.

Designed by