Skip to main content

PresentationEventWhere

Criteria for filtering presentation events.

input PresentationEventWhere {
identityId: ID
requestId: ID
requestedById: ID
status: PresentationRequestStatus
type: String
}

Fields

PresentationEventWhere.identityId ● ID scalar

The ID of the identity that the presentation is for.

PresentationEventWhere.requestId ● ID scalar

The requestId of the presentation request, returned from the createPresentationRequest mutation.

PresentationEventWhere.requestedById ● ID scalar

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

PresentationEventWhere.status ● PresentationRequestStatus enum

Only return events with the specified status.

PresentationEventWhere.type ● String scalar

The type of credential presented. Note: type data is only available on complete presentation events; if specified, only complete presentations containing this type will be returned.

Member Of

presentationEvent subscription