OBJECT
ImageAnnotation
link GraphQL Schema definition
- type ImageAnnotation implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : GeometryType
- : UUID!
- : BigFloat!
- : BigFloat!
- : BigFloat!
- : BigFloat!
- : String
- : UUID!
- : Boolean
- : Datetime
- # Reads a single `DetectionItem` that is related to this `ImageAnnotation`.
- : DetectionItem
- # Reads a single `Image` that is related to this `ImageAnnotation`.
- : Image
- }
link Require by
- CreateImageAnnotationPayloadThe output of our create `ImageAnnotation` mutation.
- DeleteImageAnnotationPayloadThe output of our delete `ImageAnnotation` mutation.
- ImageAnnotationsConnectionA connection to a list of `ImageAnnotation` values.
- ImageAnnotationsEdgeA `ImageAnnotation` edge in the connection.
- mnCreateImageAnnotationPayloadThe output of our many create `ImageAnnotation` mutation.
- mnDeleteImageAnnotationPayloadThe output of our delete mn `ImageAnnotation` mutation.
- mnUpdateImageAnnotationPayloadThe output of our update mn `ImageAnnotation` mutation.
- QueryThe root query type which gives access points into the data universe.
- UpdateImageAnnotationPayloadThe output of our update `ImageAnnotation` mutation.