Skip to main content

IssuanceEventWhere

Criteria for filtering issuance events.

input IssuanceEventWhere {
contractId: ID
identityId: ID
issuedById: ID
requestId: ID
status: IssuanceRequestStatus
}

Fields

IssuanceEventWhere.contractId ● ID scalar

The ID of the contract to be issued.

IssuanceEventWhere.identityId ● ID scalar

The ID of the identity that the issuance is for.

IssuanceEventWhere.issuedById ● ID scalar

The ID of the user (Person or Application) that requested issuance.

IssuanceEventWhere.requestId ● ID scalar

The requestId of the issuance request, returned from the createIssuanceRequest mutation.

IssuanceEventWhere.status ● IssuanceRequestStatus enum

Only return events with the specified status.

Member Of

issuanceEvent subscription