OBJECT

DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyEdge

A Model edge in the connection, with data from ModelDetectionItem.

link GraphQL Schema definition

  • type DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `Model` at the end of the edge.
  • node: Model
  • id: UUID!
  • }