Skip to main content

ContractIssuanceWhere

Criteria for filtering contract issuances.

input ContractIssuanceWhere {
expiresFrom: DateTime
expiresTo: DateTime
from: DateTime
hasFaceCheckPhoto: Boolean
identityId: ID
issuedById: ID
presentationId: ID
requestId: ID
revokedById: ID
revokedFrom: DateTime
revokedTo: DateTime
status: IssuanceStatus
to: DateTime
}

Fields

ContractIssuanceWhere.expiresFrom ● DateTime scalar

The start of the expiresAt period to include.

ContractIssuanceWhere.expiresTo ● DateTime scalar

The end of the expiresAt period to include.

ContractIssuanceWhere.from ● DateTime scalar

The start of the issuedAt period to include.

ContractIssuanceWhere.hasFaceCheckPhoto ● Boolean scalar

Indicates whether the issued credential has face check photo.

ContractIssuanceWhere.identityId ● ID scalar

The ID of the identity that was issued the credential.

ContractIssuanceWhere.issuedById ● ID scalar

The ID of the user (Person or Application) that issued the credential.

ContractIssuanceWhere.presentationId ● ID scalar

The presentation which included the issuance

ContractIssuanceWhere.requestId ● ID scalar

The requestId of the issuance request.

ContractIssuanceWhere.revokedById ● ID scalar

The ID of the platform user (application or person) that revoked the credential.

ContractIssuanceWhere.revokedFrom ● DateTime scalar

The start of the revokedAt period to include.

ContractIssuanceWhere.revokedTo ● DateTime scalar

The end of the revokedAt period to include.

ContractIssuanceWhere.status ● IssuanceStatus enum

The status of the issuance.

ContractIssuanceWhere.to ● DateTime scalar

The end of the issuedAt period to include.