AsyncIssuanceRequestsWhere
Represents the criteria for filtering async issuances requests.
input AsyncIssuanceRequestsWhere {
contractId: ID
createdById: ID
createdFrom: DateTime
createdTo: DateTime
identityId: ID
identityStoreId: ID
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.status ● AsyncIssuanceRequestStatus enum
Return async issuance requests with the specified status.