Skip to main content

TransactionEventFilterInput Input Type

Filter input for transaction events data.

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

Fields

createdAt ● DateTimeRangeInput

Filter transaction events by created at date.

Added in Saleor 3.23 (unreleased)

type ● TransactionEventTypeEnumFilterInput

Filter transaction events by type.

Added in Saleor 3.23 (unreleased)

Member Of

TransactionWhereInput input