OBJECT
DetectionItem
link GraphQL Schema definition
- type DetectionItem implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : String!
- : UUID
- : String
- : String
- : UUID
- : DetectionItemType
- : String
- # Reads and enables pagination through a set of `ImageAnnotation`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `ImageAnnotation`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ImageAnnotationsOrderBy!],
- : ImageAnnotationCondition,
- : ImageAnnotationFilter
- ): ImageAnnotationsConnection!
- # Reads and enables pagination through a set of `ModelDetectionItem`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `ModelDetectionItem`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ModelDetectionItemsOrderBy!],
- : ModelDetectionItemCondition,
- : ModelDetectionItemFilter
- ): ModelDetectionItemsConnection!
- # Reads and enables pagination through a set of `Image`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `Image`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- # includeArchived: Indicates whether archived items should be
- # included in the results or not.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ImagesOrderBy!],
- : ImageCondition,
- : ImageFilter,
- : IncludeArchivedOption
- ): DetectionItemImagesByImageAnnotationDetectionItemIdAndImageIdManyToManyConnection!
- # Reads and enables pagination through a set of `Model`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `Model`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- # filter: A filter to be used in determining which values should
- # be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ModelsOrderBy!],
- : ModelCondition,
- : ModelFilter
- ): DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyConnection!
- }
link Require by
- CreateDetectionItemPayloadThe output of our create `DetectionItem` mutation.
- CreateImageAnnotationPayloadThe output of our create `ImageAnnotation` mutation.
- CreateModelDetectionItemPayloadThe output of our create `ModelDetectionItem` mutation.
- DeleteDetectionItemPayloadThe output of our delete `DetectionItem` mutation.
- DeleteImageAnnotationPayloadThe output of our delete `ImageAnnotation` mutation.
- DeleteModelDetectionItemPayloadThe output of our delete `ModelDetectionItem` mutation.
- DetectionItemsConnectionA connection to a list of `DetectionItem` values.
- DetectionItemsEdgeA `DetectionItem` edge in the connection.
- ImageAnnotationnull
- ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyConnectionA connection to a list of `DetectionItem` values, with data from `ImageAnnotation`.
- ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyEdgeA `DetectionItem` edge in the connection, with data from `ImageAnnotation`.
- mnCreateDetectionItemPayloadThe output of our many create `DetectionItem` mutation.
- mnCreateImageAnnotationPayloadThe output of our many create `ImageAnnotation` mutation.
- mnCreateModelDetectionItemPayloadThe output of our many create `ModelDetectionItem` mutation.
- mnDeleteDetectionItemPayloadThe output of our delete mn `DetectionItem` mutation.
- mnDeleteImageAnnotationPayloadThe output of our delete mn `ImageAnnotation` mutation.
- mnDeleteModelDetectionItemPayloadThe output of our delete mn `ModelDetectionItem` mutation.
- mnUpdateDetectionItemPayloadThe output of our update mn `DetectionItem` mutation.
- mnUpdateImageAnnotationPayloadThe output of our update mn `ImageAnnotation` mutation.
- mnUpdateModelDetectionItemPayloadThe output of our update mn `ModelDetectionItem` mutation.
- ModelDetectionItemnull
- ModelDetectionItemsManyToManyConnectionA connection to a list of `DetectionItem` values, with data from `ModelDetectionItem`.
- ModelDetectionItemsManyToManyEdgeA `DetectionItem` edge in the connection, with data from `ModelDetectionItem`.
- QueryThe root query type which gives access points into the data universe.
- UpdateDetectionItemPayloadThe output of our update `DetectionItem` mutation.
- UpdateImageAnnotationPayloadThe output of our update `ImageAnnotation` mutation.
- UpdateModelDetectionItemPayloadThe output of our update `ModelDetectionItem` mutation.