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