Skip to main content

TransactionWhereInput Input Type

No description

input TransactionWhereInput {
ids: [ID!]
pspReference: StringFilterInput
appIdentifier: StringFilterInput
createdAt: DateTimeRangeInput
modifiedAt: DateTimeRangeInput
events: [TransactionEventFilterInput!]
AND: [TransactionWhereInput!]
OR: [TransactionWhereInput!]
}

Fields

ids ● [ID!]

pspReference ● StringFilterInput

Filter by PSP reference.

appIdentifier ● StringFilterInput

Filter by app identifier.

createdAt ● DateTimeRangeInput

Filter transactions by created at date.

Added in Saleor 3.23 (unreleased)

modifiedAt ● DateTimeRangeInput

Filter transactions by modified at date.

Added in Saleor 3.23 (unreleased)

events ● [TransactionEventFilterInput!]

Filter by transaction events. Each list item represents conditions that must be satisfied by a single event. The filter matches transactions that have related events meeting all specified groups of conditions.

Added in Saleor 3.23 (unreleased)

AND ● [TransactionWhereInput!]

List of conditions that must be met.

OR ● [TransactionWhereInput!]

A list of conditions of which at least one must be met.

Member Of

transactions query ● TransactionWhereInput input