Skip to main content

IntFilterInput Input Type

Define the filtering options for integer fields.

input IntFilterInput {
eq: Int
oneOf: [Int!]
range: IntRangeInput
}

Fields

eq ● Int

The value equal to.

oneOf ● [Int!]

The value included in.

range ● IntRangeInput

The value in range.

Member Of

CustomerWhereInput input ● DraftOrderWhereInput input ● OrderWhereInput input