WalletPresentationWhere
Criteria for filtering presentations.
input WalletPresentationWhere {
contractId: ID
from: DateTime
identityId: ID
isFaceCheckRequested: Boolean
issuanceId: ID
oidcClientId: ID
partnerId: ID
presentedType: String
requestId: ID
requestedById: ID
requestedType: String
to: DateTime
walletId: ID
}
Fields
WalletPresentationWhere.contractId
● ID
scalar
The ID of a contract that was presented.
WalletPresentationWhere.from
● DateTime
scalar
The start of the presentedAt period to include.
WalletPresentationWhere.identityId
● ID
scalar
The ID of the identity who presented the credential (if known).
WalletPresentationWhere.isFaceCheckRequested
● Boolean
scalar
Whether face check validation was requested.
WalletPresentationWhere.issuanceId
● ID
scalar
The issuance that was presented
WalletPresentationWhere.oidcClientId
● ID
scalar
The ID of the OIDC client that requested authentication resulting in the presentation.
WalletPresentationWhere.partnerId
● ID
scalar
The partner who issued the credential that was presented
WalletPresentationWhere.presentedType
● String
scalar
The type of credential presented.
WalletPresentationWhere.requestId
● ID
scalar
The requestId of the presentation request.
WalletPresentationWhere.requestedById
● ID
scalar
The ID of the user (Person or Application) that requested & received the presentation data.
WalletPresentationWhere.requestedType
● String
scalar
The type of credential requested.
WalletPresentationWhere.to
● DateTime
scalar
The end of the presentedAt period to include.
WalletPresentationWhere.walletId
● ID
scalar
The ID of the wallet who presented the credential