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