IssuanceWhere
Criteria for filtering issuances.
input IssuanceWhere {
contractId: ID
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
IssuanceWhere.contractId
● ID
scalar
The ID of the contract that was issued.
IssuanceWhere.expiresFrom
● DateTime
scalar
The start of the expiresAt period to include.
IssuanceWhere.expiresTo
● DateTime
scalar
The end of the expiresAt period to include.
IssuanceWhere.from
● DateTime
scalar
The start of the issuedAt period to include.
IssuanceWhere.hasFaceCheckPhoto
● Boolean
scalar
Indicates whether the issued credential has face check photo.
IssuanceWhere.identityId
● ID
scalar
The ID of the identity that was issued the credential.
IssuanceWhere.issuedById
● ID
scalar
The ID of the user (Person or Application) that issued the credential.
IssuanceWhere.presentationId
● ID
scalar
The presentation which included the issuance
IssuanceWhere.requestId
● ID
scalar
The requestId of the issuance request.
IssuanceWhere.revokedById
● ID
scalar
The ID of the platform user (application or person) that revoked the credential.
IssuanceWhere.revokedFrom
● DateTime
scalar
The start of the revokedAt period to include.
IssuanceWhere.revokedTo
● DateTime
scalar
The end of the revokedAt period to include.
IssuanceWhere.status
● IssuanceStatus
enum
The status of the issuance.
IssuanceWhere.to
● DateTime
scalar
The end of the issuedAt period to include.
Member Of
findIssuances
query ● issuanceCount
query ● issuanceCountByContract
query ● issuanceCountByUser
query