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