INPUT_OBJECT
BooleanFilter
A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input BooleanFilter {
- # Is null (if `true` is specified) or is not null (if `false` is specified).
- Boolean :
- # Equal to the specified value.
- Boolean :
- # Not equal to the specified value.
- Boolean :
- # Not equal to the specified value, treating null like an ordinary value.
- Boolean :
- # Equal to the specified value, treating null like an ordinary value.
- Boolean :
- # Included in the specified list.
- Boolean!] : [
- # Not included in the specified list.
- Boolean!] : [
- # Less than the specified value.
- Boolean :
- # Less than or equal to the specified value.
- Boolean :
- # Greater than the specified value.
- Boolean :
- # Greater than or equal to the specified value.
- Boolean :
- }
link Require by
- ImageAnnotationFilterA filter to be used against `ImageAnnotation` object types. All fields are combined with a logical ‘and.’
- ImageFilterA filter to be used against `Image` object types. All fields are combined with a logical ‘and.’
- ModelDeploymentRuleFilterA filter to be used against `ModelDeploymentRule` object types. All fields are combined with a logical ‘and.’
- ModelFilterA filter to be used against `Model` object types. All fields are combined with a logical ‘and.’
- OrganizationFilterA filter to be used against `Organization` object types. All fields are combined with a logical ‘and.’
- OrgUserFilterA filter to be used against `OrgUser` object types. All fields are combined with a logical ‘and.’
- ServerFilterA filter to be used against `Server` object types. All fields are combined with a logical ‘and.’