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: Cursor
  • # The `DetectionItem` at the end of the edge.
  • node: DetectionItem
  • id: UUID!
  • }