Skip to main content

PresentationWhere

Criteria for filtering presentations.

input PresentationWhere {
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

PresentationWhere.contractId ● ID scalar

The ID of a contract that was presented.

PresentationWhere.from ● DateTime scalar

The start of the presentedAt period to include.

PresentationWhere.identityId ● ID scalar

The ID of the identity who presented the credential (if known).

PresentationWhere.isFaceCheckRequested ● Boolean scalar

Whether face check validation was requested.

PresentationWhere.issuanceId ● ID scalar

The issuance that was presented

PresentationWhere.oidcClientId ● ID scalar

The ID of the OIDC client that requested authentication resulting in the presentation.

PresentationWhere.partnerId ● ID scalar

The partner who issued the credential that was presented

PresentationWhere.presentedType ● String scalar

The type of credential presented.

PresentationWhere.requestId ● ID scalar

The requestId of the presentation request.

PresentationWhere.requestedById ● ID scalar

The ID of the user (Person or Application) that requested & received the presentation data.

PresentationWhere.requestedType ● String scalar

The type of credential requested.

PresentationWhere.to ● DateTime scalar

The end of the presentedAt period to include.

PresentationWhere.walletId ● ID scalar

The ID of the wallet who presented the credential

Member Of

findPresentations query ● presentationCount query ● presentationCountByContract query ● presentationCountByUser query