IdentityWhere
Defines the searchable fields usable to find identities
input IdentityWhere {
identityStoreId: ID
isDeletable: Boolean
issuer: String
name: String
walletId: ID
}
Fields
IdentityWhere.identityStoreId ● ID scalar
List identities from a specific Identity Store
IdentityWhere.isDeletable ● Boolean scalar
List only the identities which can be deleted
IdentityWhere.issuer ● String scalar
The issuer of the identity to match
IdentityWhere.name ● String scalar
The name of the identity to match
IdentityWhere.walletId ● ID scalar
List only the identities related to a wallet
Member Of
findIdentities query