IntFilterInput Input Type
Define the filtering options for integer fields.
input IntFilterInput {
eq: Int
oneOf: [Int!]
range: IntRangeInput
}
Fields
IntFilterInput.eq ● Int scalar miscellaneous
The value equal to.
IntFilterInput.oneOf ● [Int!] list scalar miscellaneous
The value included in.
IntFilterInput.range ● IntRangeInput input miscellaneous
The value in range.
Member Of
CustomerWhereInput input ● DraftOrderWhereInput input ● OrderWhereInput input