INPUT_OBJECT
DatetimeFilter
A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input DatetimeFilter {
- # Is null (if `true` is specified) or is not null (if `false` is specified).
- : Boolean
- # Equal to the specified value.
- : Datetime
- # Not equal to the specified value.
- : Datetime
- # Not equal to the specified value, treating null like an ordinary value.
- : Datetime
- # Equal to the specified value, treating null like an ordinary value.
- : Datetime
- # Included in the specified list.
- : [Datetime!]
- # Not included in the specified list.
- : [Datetime!]
- # Less than the specified value.
- : Datetime
- # Less than or equal to the specified value.
- : Datetime
- # Greater than the specified value.
- : Datetime
- # Greater than or equal to the specified value.
- : Datetime
- }
link Require by
- DeploymentFilterA filter to be used against `Deployment` object types. All fields are combined with a logical ‘and.’
- 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.’
- ModelFilterA filter to be used against `Model` 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.’
- ServerActionFilterA filter to be used against `ServerAction` 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.’
- ServerHeartbeatFilterA filter to be used against `ServerHeartbeat` object types. All fields are combined with a logical ‘and.’