INPUT_OBJECT
StringListFilter
A filter to be used against String List fields. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input StringListFilter {
- # Is null (if `true` is specified) or is not null (if `false` is specified).
- Boolean :
- # Equal to the specified value.
- String] : [
- # Not equal to the specified value.
- String] : [
- # Not equal to the specified value, treating null like an ordinary value.
- String] : [
- # Equal to the specified value, treating null like an ordinary value.
- String] : [
- # Less than the specified value.
- String] : [
- # Less than or equal to the specified value.
- String] : [
- # Greater than the specified value.
- String] : [
- # Greater than or equal to the specified value.
- String] : [
- # Contains the specified list of values.
- String] : [
- # Contained by the specified list of values.
- String] : [
- # Overlaps the specified list of values.
- String] : [
- # Any array item is equal to the specified value.
- String :
- # Any array item is not equal to the specified value.
- String :
- # Any array item is less than the specified value.
- String :
- # Any array item is less than or equal to the specified value.
- String :
- # Any array item is greater than the specified value.
- String :
- # Any array item is greater than or equal to the specified value.
- String :
- }
link Require by
- 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.’
- ServerFilterA filter to be used against `Server` object types. All fields are combined with a logical ‘and.’