Skip to main content

AsyncIssuanceRequestsWhere

Represents the criteria for filtering async issuances requests.

input AsyncIssuanceRequestsWhere {
contractId: ID
createdById: ID
createdFrom: DateTime
createdTo: DateTime
identityId: ID
identityStoreId: ID
includeMerged: Boolean
status: AsyncIssuanceRequestStatus
}

Fields

AsyncIssuanceRequestsWhere.contractId ● ID scalar

Return async issuance requests for the specified contract.

AsyncIssuanceRequestsWhere.createdById ● ID scalar

Return async issuance requests created by the specified user.

AsyncIssuanceRequestsWhere.createdFrom ● DateTime scalar

Return async issuance requests created after this point.

AsyncIssuanceRequestsWhere.createdTo ● DateTime scalar

Return async issuance requests created before this point.

AsyncIssuanceRequestsWhere.identityId ● ID scalar

Return async issuance requests for the specified identity.

AsyncIssuanceRequestsWhere.identityStoreId ● ID scalar

Return async issuance requests for the specified identity store.

AsyncIssuanceRequestsWhere.includeMerged ● Boolean scalar

When combined with identityId, also include requests for identities merged into it. Defaults to false.

AsyncIssuanceRequestsWhere.status ● AsyncIssuanceRequestStatus enum

Return async issuance requests with the specified status.

Member Of

countAsyncIssuanceRequests query ● findAsyncIssuanceRequests query