OBJECT
ModelDetectionItemsManyToManyEdge
A DetectionItem edge in the connection, with data from ModelDetectionItem.
link GraphQL Schema definition
- type ModelDetectionItemsManyToManyEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DetectionItem` at the end of the edge.
- : DetectionItem
- : UUID!
- }