Skip to main content

WalletWhere

Represents the criteria for filtering Wallets

input WalletWhere {
id: ID
identityId: ID
includeMerged: Boolean
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.includeMerged ● Boolean scalar

When combined with identityId, also include wallets linked to identities merged into it. Defaults to false.

WalletWhere.subject ● String scalar

Returns wallets with the specified subject DID.

Member Of

findWallets query