OBJECT
DetectionItemsEdge
A DetectionItem
edge in the connection.
link GraphQL Schema definition
- type DetectionItemsEdge {
- # A cursor for use in pagination.
- Cursor :
- # The `DetectionItem` at the end of the edge.
- DetectionItem :
- }
link Require by
- CreateDetectionItemPayloadThe output of our create `DetectionItem` mutation.
- DeleteDetectionItemPayloadThe output of our delete `DetectionItem` mutation.
- DetectionItemsConnectionA connection to a list of `DetectionItem` values.
- mnCreateDetectionItemPayloadThe output of our many create `DetectionItem` mutation.
- mnDeleteDetectionItemPayloadThe output of our delete mn `DetectionItem` mutation.
- mnUpdateDetectionItemPayloadThe output of our update mn `DetectionItem` mutation.
- UpdateDetectionItemPayloadThe output of our update `DetectionItem` mutation.