OBJECT
ModelDetectionItem
link GraphQL Schema definition
- type ModelDetectionItem implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- ID! :
- UUID! :
- UUID! :
- UUID! :
- # Reads a single `Model` that is related to this `ModelDetectionItem`.
- Model :
- # Reads a single `DetectionItem` that is related to this `ModelDetectionItem`.
- DetectionItem :
- }
link Require by
- CreateModelDetectionItemPayloadThe output of our create `ModelDetectionItem` mutation.
- DeleteModelDetectionItemPayloadThe output of our delete `ModelDetectionItem` mutation.
- mnCreateModelDetectionItemPayloadThe output of our many create `ModelDetectionItem` mutation.
- mnDeleteModelDetectionItemPayloadThe output of our delete mn `ModelDetectionItem` mutation.
- mnUpdateModelDetectionItemPayloadThe output of our update mn `ModelDetectionItem` mutation.
- ModelDetectionItemsConnectionA connection to a list of `ModelDetectionItem` values.
- ModelDetectionItemsEdgeA `ModelDetectionItem` edge in the connection.
- QueryThe root query type which gives access points into the data universe.
- UpdateModelDetectionItemPayloadThe output of our update `ModelDetectionItem` mutation.