OBJECT
ImageAnnotationsEdge
A ImageAnnotation
edge in the connection.
link GraphQL Schema definition
- type ImageAnnotationsEdge {
- # A cursor for use in pagination.
- Cursor :
- # The `ImageAnnotation` at the end of the edge.
- ImageAnnotation :
- }
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.
- mnCreateImageAnnotationPayloadThe output of our many create `ImageAnnotation` mutation.
- mnDeleteImageAnnotationPayloadThe output of our delete mn `ImageAnnotation` mutation.
- mnUpdateImageAnnotationPayloadThe output of our update mn `ImageAnnotation` mutation.
- UpdateImageAnnotationPayloadThe output of our update `ImageAnnotation` mutation.