SCALAR
ID
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
link GraphQL Schema definition
- scalar ID
link Require by
- DeleteDeploymentInputAll input for the `deleteDeployment` mutation.
- DeleteDeploymentPayloadThe output of our delete `Deployment` mutation.
- DeleteDetectionItemInputAll input for the `deleteDetectionItem` mutation.
- DeleteDetectionItemPayloadThe output of our delete `DetectionItem` mutation.
- DeleteImageAnnotationInputAll input for the `deleteImageAnnotation` mutation.
- DeleteImageAnnotationPayloadThe output of our delete `ImageAnnotation` mutation.
- DeleteImageInputAll input for the `deleteImage` mutation.
- DeleteImagePayloadThe output of our delete `Image` mutation.
- DeleteModelDeploymentRuleInputAll input for the `deleteModelDeploymentRule` mutation.
- DeleteModelDeploymentRulePayloadThe output of our delete `ModelDeploymentRule` mutation.
- DeleteModelDetectionItemInputAll input for the `deleteModelDetectionItem` mutation.
- DeleteModelDetectionItemPayloadThe output of our delete `ModelDetectionItem` mutation.
- DeleteModelInputAll input for the `deleteModel` mutation.
- DeleteModelPayloadThe output of our delete `Model` mutation.
- DeleteOrgUserInputAll input for the `deleteOrgUser` mutation.
- DeleteOrgUserPayloadThe output of our delete `OrgUser` mutation.
- DeleteServerActionInputAll input for the `deleteServerAction` mutation.
- DeleteServerActionPayloadThe output of our delete `ServerAction` mutation.
- DeleteServerHeartbeatInputAll input for the `deleteServerHeartbeat` mutation.
- DeleteServerHeartbeatPayloadThe output of our delete `ServerHeartbeat` mutation.
- Deploymentnull
- DetectionItemnull
- Imagenull
- ImageAnnotationnull
- ListenPayloadnull
- mnDeleteDeploymentPayloadThe output of our delete mn `Deployment` mutation.
- mnDeleteDetectionItemPayloadThe output of our delete mn `DetectionItem` mutation.
- mnDeleteImageAnnotationPayloadThe output of our delete mn `ImageAnnotation` mutation.
- mnDeleteImagePayloadThe output of our delete mn `Image` mutation.
- mnDeleteModelDetectionItemPayloadThe output of our delete mn `ModelDetectionItem` mutation.
- mnDeleteServerActionPayloadThe output of our delete mn `ServerAction` mutation.
- Modelnull
- ModelDeploymentRulenull
- ModelDetectionItemnull
- NodeAn object with a globally unique `ID`.
- Organizationnull
- OrgUsernull
- QueryThe root query type which gives access points into the data universe.
- Servernull
- ServerActionnull
- ServerHeartbeatnull
- UpdateDeploymentInputAll input for the `updateDeployment` mutation.
- UpdateDetectionItemInputAll input for the `updateDetectionItem` mutation.
- UpdateImageAnnotationInputAll input for the `updateImageAnnotation` mutation.
- UpdateImageInputAll input for the `updateImage` mutation.
- UpdateModelDeploymentRuleInputAll input for the `updateModelDeploymentRule` mutation.
- UpdateModelDetectionItemInputAll input for the `updateModelDetectionItem` mutation.
- UpdateModelInputAll input for the `updateModel` mutation.
- UpdateOrganizationInputAll input for the `updateOrganization` mutation.
- UpdateOrgUserInputAll input for the `updateOrgUser` mutation.
- UpdateServerActionInputAll input for the `updateServerAction` mutation.
- UpdateServerHeartbeatInputAll input for the `updateServerHeartbeat` mutation.
- UpdateServerInputAll input for the `updateServer` mutation.