WalletWhere
Represents the criteria for filtering Wallets
input WalletWhere {
id: ID
identityId: ID
subject: String
}
Fields
WalletWhere.id ● ID scalar
Returns wallets with the specified ID.
WalletWhere.identityId ● ID scalar
Returns wallets linked to the specified identity.
WalletWhere.subject ● String scalar
Returns wallets with the specified subject DID.
Member Of
findWallets query