OBJECT
ModelDetectionItemsManyToManyConnection
A connection to a list of DetectionItem values, with data from ModelDetectionItem.
link GraphQL Schema definition
- type ModelDetectionItemsManyToManyConnection {
- # A list of `DetectionItem` objects.
- : [DetectionItem]!
- # A list of edges which contains the `DetectionItem`, info from the
- # `ModelDetectionItem`, and the cursor to aid in pagination.
- : [ModelDetectionItemsManyToManyEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `DetectionItem` you could get from the connection.
- : Int!
- }