INPUT_OBJECT
DeviceModesFilter
A filter to be used against DeviceModes fields. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input DeviceModesFilter {
- # Is null (if `true` is specified) or is not null (if `false` is specified).
- Boolean :
- # Equal to the specified value.
- DeviceModes :
- # Not equal to the specified value.
- DeviceModes :
- # Not equal to the specified value, treating null like an ordinary value.
- DeviceModes :
- # Equal to the specified value, treating null like an ordinary value.
- DeviceModes :
- # Included in the specified list.
- DeviceModes!] : [
- # Not included in the specified list.
- DeviceModes!] : [
- # Less than the specified value.
- DeviceModes :
- # Less than or equal to the specified value.
- DeviceModes :
- # Greater than the specified value.
- DeviceModes :
- # Greater than or equal to the specified value.
- DeviceModes :
- }