OBJECT

DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyConnection

A connection to a list of Model values, with data from ModelDetectionItem.

link GraphQL Schema definition

  • type DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyConnection {
  • # A list of `Model` objects.
  • nodes: [Model]!
  • # A list of edges which contains the `Model`, info from the `ModelDetectionItem`,
  • # and the cursor to aid in pagination.
  • edges: [DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `Model` you could get from the connection.
  • totalCount: Int!
  • }