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