IdentityWhere
Defines the searchable fields usable to find identities
input IdentityWhere {
isDeletable: Boolean
issuer: String
name: String
walletId: ID
}
Fields
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