Skip to main content

IdentityIssuanceWhere

Criteria for filtering issuances for an identity.

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

Fields

IdentityIssuanceWhere.contractId ● ID scalar

The ID of the contract that was issued.

IdentityIssuanceWhere.expiresFrom ● DateTime scalar

The start of the expiresAt period to include.

IdentityIssuanceWhere.expiresTo ● DateTime scalar

The end of the expiresAt period to include.

IdentityIssuanceWhere.from ● DateTime scalar

The start of the issuedAt period to include.

IdentityIssuanceWhere.hasFaceCheckPhoto ● Boolean scalar

Indicates whether the issued credential has face check photo.

IdentityIssuanceWhere.issuedById ● ID scalar

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

IdentityIssuanceWhere.presentationId ● ID scalar

The presentation which included the issuance

IdentityIssuanceWhere.requestId ● ID scalar

The requestId of the issuance request.

IdentityIssuanceWhere.revokedById ● ID scalar

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

IdentityIssuanceWhere.revokedFrom ● DateTime scalar

The start of the revokedAt period to include.

IdentityIssuanceWhere.revokedTo ● DateTime scalar

The end of the revokedAt period to include.

IdentityIssuanceWhere.status ● IssuanceStatus enum

The status of the issuance.

IdentityIssuanceWhere.to ● DateTime scalar

The end of the issuedAt period to include.