Skip to main content

UserIssuanceWhere

Criteria for filtering issuances for a user.

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

Fields

UserIssuanceWhere.contractId ● ID scalar

The ID of the contract that was issued.

UserIssuanceWhere.expiresFrom ● DateTime scalar

The start of the expiresAt period to include.

UserIssuanceWhere.expiresTo ● DateTime scalar

The end of the expiresAt period to include.

UserIssuanceWhere.from ● DateTime scalar

The start of the issuedAt period to include.

UserIssuanceWhere.hasFaceCheckPhoto ● Boolean scalar

Indicates whether the issued credential has face check photo.

UserIssuanceWhere.identityId ● ID scalar

The ID of the identity that was issued the credential.

UserIssuanceWhere.presentationId ● ID scalar

The presentation which included the issuance

UserIssuanceWhere.requestId ● ID scalar

The requestId of the issuance request.

UserIssuanceWhere.revokedById ● ID scalar

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

UserIssuanceWhere.revokedFrom ● DateTime scalar

The start of the revokedAt period to include.

UserIssuanceWhere.revokedTo ● DateTime scalar

The end of the revokedAt period to include.

UserIssuanceWhere.status ● IssuanceStatus enum

The status of the issuance.

UserIssuanceWhere.to ● DateTime scalar

The end of the issuedAt period to include.