Skip to main content

TransactionEventFilterInput Input Type

Filter input for transaction events data.

Added in Saleor 3.23
input TransactionEventFilterInput {
createdAt: DateTimeRangeInput
type: TransactionEventTypeEnumFilterInput
}

Fields

createdAt ● DateTimeRangeInput

Filter transaction events by created at date.

Added in Saleor 3.23

type ● TransactionEventTypeEnumFilterInput

Filter transaction events by type.

Added in Saleor 3.23

Member Of

TransactionWhereInput input