wallets
Lists all wallets associated with user.
wallets(
after: String
before: String
features: [String!]
first: Int
last: Int
options: WalletOptionsInput
): WalletConnection
Arguments
wallets.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
wallets.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
wallets.features ● [String!] list scalar common
Filter wallets by features.
wallets.first ● Int scalar common
Returns the first n elements from the list.
wallets.last ● Int scalar common
Returns the last n elements from the list.
wallets.options ● WalletOptionsInput input common
Filter wallets by options.
Type
WalletConnection object common
The connection type for Wallet.