findWallets
Returns wallets, optionally matching the specified criteria
findWallets(
limit: PositiveInt = 100
offset: PositiveInt
where: WalletWhere
): [Wallet!]!
Arguments
findWallets.limit
● PositiveInt
scalar
findWallets.offset
● PositiveInt
scalar
findWallets.where
● WalletWhere
input
Type
Wallet
object
Represents a wallet entity, uniquely identified by a decentralized identifier (DID).