ENUM
ImageAnnotationsOrderBy
Methods to use when ordering ImageAnnotation
.
link GraphQL Schema definition
- enum ImageAnnotationsOrderBy {
- }
link Require by
- CreateImageAnnotationPayloadThe output of our create `ImageAnnotation` mutation.
- DeleteImageAnnotationPayloadThe output of our delete `ImageAnnotation` mutation.
- DetectionItemnull
- DetectionItemImagesByImageAnnotationDetectionItemIdAndImageIdManyToManyEdgeA `Image` edge in the connection, with data from `ImageAnnotation`.
- Imagenull
- ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyEdgeA `DetectionItem` edge in the connection, with data from `ImageAnnotation`.
- 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.