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.
- Model]! : [
- # A list of edges which contains the `Model`, info from the `ModelDetectionItem`,
- # and the cursor to aid in pagination.
- DetectionItemModelsByModelDetectionItemDetectionItemIdAndModelIdManyToManyEdge!]! : [
- # Information to aid in pagination.
- PageInfo! :
- # The count of *all* `Model` you could get from the connection.
- Int! :
- }