Skip to main content

findPresentations

Returns successful credential presentations, optionally matching the specified criteria.

findPresentations(
limit: PositiveInt = 100
offset: PositiveInt
orderBy: PresentationOrderBy
orderDirection: OrderDirection
where: PresentationWhere
): [Presentation!]!

Arguments

findPresentations.limit ● PositiveInt scalar

findPresentations.offset ● PositiveInt scalar

findPresentations.orderBy ● PresentationOrderBy enum

findPresentations.orderDirection ● OrderDirection enum

findPresentations.where ● PresentationWhere input

Type

Presentation object

An instance of a successful credential presentation.