TransactionEventFilterInput Input Type
Filter input for transaction events data.
Added in Saleor 3.23input TransactionEventFilterInput {
createdAt: DateTimeRangeInput
type: TransactionEventTypeEnumFilterInput
}
Fields
createdAt ● DateTimeRangeInput
Filter transaction events by created at date.
Added in Saleor 3.23type ● TransactionEventTypeEnumFilterInput
Filter transaction events by type.
Added in Saleor 3.23Member Of
TransactionWhereInput input