SCALAR
String
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
link GraphQL Schema definition
- scalar String
link Require by
- AllTagEdgeA `String` edge in the connection.
- AllTagsConnectionA connection to a list of `String` values.
- Authnull
- AuthenticateInputAll input for the `authenticate` mutation.
- AuthenticatePayloadThe output of our `authenticate` mutation.
- ChangeMfaTypeInputAll input for the `changeMfaType` mutation.
- ChangeMfaTypePayloadThe output of our `changeMfaType` mutation.
- ChangePasswordInputAll input for the `changePassword` mutation.
- ChangePasswordPayloadThe output of our `changePassword` mutation.
- ChangeRoleInputAll input for the `changeRole` mutation.
- ChangeRolePayloadThe output of our `changeRole` mutation.
- CreateDeploymentInputAll input for the create `Deployment` mutation.
- CreateDeploymentPayloadThe output of our create `Deployment` mutation.
- CreateDetectionItemInputAll input for the create `DetectionItem` mutation.
- CreateDetectionItemPayloadThe output of our create `DetectionItem` mutation.
- CreateImageAnnotationInputAll input for the create `ImageAnnotation` mutation.
- CreateImageAnnotationPayloadThe output of our create `ImageAnnotation` mutation.
- CreateImageInputAll input for the create `Image` mutation.
- CreateImagePayloadThe output of our create `Image` mutation.
- CreateModelDeploymentRuleInputAll input for the create `ModelDeploymentRule` mutation.
- CreateModelDeploymentRulePayloadThe output of our create `ModelDeploymentRule` mutation.
- CreateModelDetectionItemInputAll input for the create `ModelDetectionItem` mutation.
- CreateModelDetectionItemPayloadThe output of our create `ModelDetectionItem` mutation.
- CreateModelInputAll input for the create `Model` mutation.
- CreateModelPayloadThe output of our create `Model` mutation.
- CreateServerActionInputAll input for the create `ServerAction` mutation.
- CreateServerActionPayloadThe output of our create `ServerAction` mutation.
- CreateServerHeartbeatInputAll input for the create `ServerHeartbeat` mutation.
- CreateServerHeartbeatPayloadThe output of our create `ServerHeartbeat` mutation.
- DeleteDeploymentByIdInputAll input for the `deleteDeploymentById` mutation.
- DeleteDeploymentInputAll input for the `deleteDeployment` mutation.
- DeleteDeploymentPayloadThe output of our delete `Deployment` mutation.
- DeleteDetectionItemByIdInputAll input for the `deleteDetectionItemById` mutation.
- DeleteDetectionItemByOrganizationIdAndSiteIdAndCustomerIdInputAll input for the `deleteDetectionItemByOrganizationIdAndSiteIdAndCustomerId` mutation.
- DeleteDetectionItemInputAll input for the `deleteDetectionItem` mutation.
- DeleteDetectionItemPayloadThe output of our delete `DetectionItem` mutation.
- DeleteImageAnnotationByIdInputAll input for the `deleteImageAnnotationById` mutation.
- DeleteImageAnnotationInputAll input for the `deleteImageAnnotation` mutation.
- DeleteImageAnnotationPayloadThe output of our delete `ImageAnnotation` mutation.
- DeleteImageByIdInputAll input for the `deleteImageById` mutation.
- DeleteImageInputAll input for the `deleteImage` mutation.
- DeleteImagePayloadThe output of our delete `Image` mutation.
- DeleteModelByIdInputAll input for the `deleteModelById` mutation.
- DeleteModelDeploymentRuleByIdInputAll input for the `deleteModelDeploymentRuleById` mutation.
- DeleteModelDeploymentRuleInputAll input for the `deleteModelDeploymentRule` mutation.
- DeleteModelDeploymentRulePayloadThe output of our delete `ModelDeploymentRule` mutation.
- DeleteModelDetectionItemByIdInputAll input for the `deleteModelDetectionItemById` mutation.
- DeleteModelDetectionItemByModelIdAndDetectionItemIdInputAll input for the `deleteModelDetectionItemByModelIdAndDetectionItemId` 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.
- DeleteOrgUserByUserIdInputAll input for the `deleteOrgUserByUserId` mutation.
- DeleteOrgUserInputAll input for the `deleteOrgUser` mutation.
- DeleteOrgUserPayloadThe output of our delete `OrgUser` mutation.
- DeleteServerActionByIdInputAll input for the `deleteServerActionById` mutation.
- DeleteServerActionInputAll input for the `deleteServerAction` mutation.
- DeleteServerActionPayloadThe output of our delete `ServerAction` mutation.
- DeleteServerHeartbeatByDeviceIdAndCreatedAtInputAll input for the `deleteServerHeartbeatByDeviceIdAndCreatedAt` mutation.
- DeleteServerHeartbeatInputAll input for the `deleteServerHeartbeat` mutation.
- DeleteServerHeartbeatPayloadThe output of our delete `ServerHeartbeat` mutation.
- DeleteUserInputAll input for the `deleteUser` mutation.
- DeleteUserPayloadThe output of our `deleteUser` mutation.
- Deploymentnull
- DeploymentConditionA condition to be used against `Deployment` object types. All fields are tested for equality and combined with a logical ‘and.’
- DeploymentInputAn input for mutations affecting `Deployment`
- DeploymentPatchRepresents an update to a `Deployment`. Fields that are set will be updated.
- DetectionItemnull
- DetectionItemConditionA condition to be used against `DetectionItem` object types. All fields are tested for equality and combined with a logical ‘and.’
- DetectionItemInputAn input for mutations affecting `DetectionItem`
- DetectionItemPatchRepresents an update to a `DetectionItem`. Fields that are set will be updated.
- Imagenull
- ImageAnnotationnull
- ImageAnnotationConditionA condition to be used against `ImageAnnotation` object types. All fields are tested for equality and combined with a logical ‘and.’
- ImageAnnotationInputAn input for mutations affecting `ImageAnnotation`
- ImageAnnotationPatchRepresents an update to a `ImageAnnotation`. Fields that are set will be updated.
- ImageConditionA condition to be used against `Image` object types. All fields are tested for equality and combined with a logical ‘and.’
- ImageInputAn input for mutations affecting `Image`
- ImagePatchRepresents an update to a `Image`. Fields that are set will be updated.
- JSONFilterA filter to be used against JSON fields. All fields are combined with a logical ‘and.’
- mnCreateDeploymentInputAll input for the create mn`Deployment` mutation.
- mnCreateDeploymentPayloadThe output of our many create `Deployment` mutation.
- mnCreateDetectionItemInputAll input for the create mn`DetectionItem` mutation.
- mnCreateDetectionItemPayloadThe output of our many create `DetectionItem` mutation.
- mnCreateImageAnnotationInputAll input for the create mn`ImageAnnotation` mutation.
- mnCreateImageAnnotationPayloadThe output of our many create `ImageAnnotation` mutation.
- mnCreateImageInputAll input for the create mn`Image` mutation.
- mnCreateImagePayloadThe output of our many create `Image` mutation.
- mnCreateModelDetectionItemInputAll input for the create mn`ModelDetectionItem` mutation.
- mnCreateModelDetectionItemPayloadThe output of our many create `ModelDetectionItem` mutation.
- mnCreateServerActionInputAll input for the create mn`ServerAction` mutation.
- mnCreateServerActionPayloadThe output of our many create `ServerAction` mutation.
- mnDeleteDeploymentByIdInputAll input for the delete `mnDeleteDeploymentById` mutation.
- mnDeleteDeploymentPayloadThe output of our delete mn `Deployment` mutation.
- mnDeleteDetectionItemByIdInputAll input for the delete `mnDeleteDetectionItemById` mutation.
- mnDeleteDetectionItemPayloadThe output of our delete mn `DetectionItem` mutation.
- mnDeleteImageAnnotationByIdInputAll input for the delete `mnDeleteImageAnnotationById` mutation.
- mnDeleteImageAnnotationPayloadThe output of our delete mn `ImageAnnotation` mutation.
- mnDeleteImageByIdInputAll input for the delete `mnDeleteImageById` mutation.
- mnDeleteImagePayloadThe output of our delete mn `Image` mutation.
- mnDeleteModelDetectionItemByModelIdAndDetectionItemIdInputAll input for the delete `mnDeleteModelDetectionItemByModelIdAndDetectionItemId` mutation.
- mnDeleteModelDetectionItemPayloadThe output of our delete mn `ModelDetectionItem` mutation.
- mnDeleteServerActionByIdInputAll input for the delete `mnDeleteServerActionById` mutation.
- mnDeleteServerActionPayloadThe output of our delete mn `ServerAction` mutation.
- mnUpdateDeploymentByIdInputAll input for the update `mnUpdateDeploymentById` mutation.
- mnUpdateDeploymentPayloadThe output of our update mn `Deployment` mutation.
- mnUpdateDetectionItemByIdInputAll input for the update `mnUpdateDetectionItemById` mutation.
- mnUpdateDetectionItemPayloadThe output of our update mn `DetectionItem` mutation.
- mnUpdateImageAnnotationByIdInputAll input for the update `mnUpdateImageAnnotationById` mutation.
- mnUpdateImageAnnotationPayloadThe output of our update mn `ImageAnnotation` mutation.
- mnUpdateImageByIdInputAll input for the update `mnUpdateImageById` mutation.
- mnUpdateImagePayloadThe output of our update mn `Image` mutation.
- mnUpdateModelDetectionItemByModelIdAndDetectionItemIdInputAll input for the update `mnUpdateModelDetectionItemByModelIdAndDetectionItemId` mutation.
- mnUpdateModelDetectionItemPayloadThe output of our update mn `ModelDetectionItem` mutation.
- mnUpdateServerActionByIdInputAll input for the update `mnUpdateServerActionById` mutation.
- mnUpdateServerActionPayloadThe output of our update mn `ServerAction` mutation.
- mnUpdateServerByUserIdInputAll input for the update `mnUpdateServerByUserId` mutation.
- mnUpdateServerPayloadThe output of our update mn `Server` mutation.
- Modelnull
- ModelConditionA condition to be used against `Model` object types. All fields are tested for equality and combined with a logical ‘and.’
- ModelDeploymentRulenull
- ModelDeploymentRuleConditionA condition to be used against `ModelDeploymentRule` object types. All fields are tested for equality and combined with a logical ‘and.’
- ModelDeploymentRuleInputAn input for mutations affecting `ModelDeploymentRule`
- ModelDeploymentRulePatchRepresents an update to a `ModelDeploymentRule`. Fields that are set will be updated.
- ModelInputAn input for mutations affecting `Model`
- ModelPatchRepresents an update to a `Model`. Fields that are set will be updated.
- Organizationnull
- OrganizationConditionA condition to be used against `Organization` object types. All fields are tested for equality and combined with a logical ‘and.’
- OrganizationInputAn input for mutations affecting `Organization`
- OrganizationPatchRepresents an update to a `Organization`. Fields that are set will be updated.
- OrgUsernull
- OrgUserConditionA condition to be used against `OrgUser` object types. All fields are tested for equality and combined with a logical ‘and.’
- OrgUserPatchRepresents an update to a `OrgUser`. Fields that are set will be updated.
- QueryThe root query type which gives access points into the data universe.
- RegisterDeviceInputAll input for the `registerDevice` mutation.
- RegisterDevicePayloadThe output of our `registerDevice` mutation.
- RegisterOrganizationInputAll input for the `registerOrganization` mutation.
- RegisterOrganizationPayloadThe output of our `registerOrganization` mutation.
- RegisterUserInputAll input for the `registerUser` mutation.
- RegisterUserPayloadThe output of our `registerUser` mutation.
- RequestOtpInputAll input for the `requestOtp` mutation.
- RequestOtpPayloadThe output of our `requestOtp` mutation.
- ResetPasswordInputAll input for the `resetPassword` mutation.
- ResetPasswordPayloadThe output of our `resetPassword` mutation.
- Servernull
- ServerActionnull
- ServerActionConditionA condition to be used against `ServerAction` object types. All fields are tested for equality and combined with a logical ‘and.’
- ServerActionInputAn input for mutations affecting `ServerAction`
- ServerActionPatchRepresents an update to a `ServerAction`. Fields that are set will be updated.
- ServerConditionA condition to be used against `Server` object types. All fields are tested for equality and combined with a logical ‘and.’
- ServerPatchRepresents an update to a `Server`. Fields that are set will be updated.
- StringFilterA filter to be used against String fields. All fields are combined with a logical ‘and.’
- StringListFilterA filter to be used against String List fields. All fields are combined with a logical ‘and.’
- SubscriptionThe root subscription type: contains realtime events you can subscribe to with the `subscription` operation.
- UpdateDeploymentByIdInputAll input for the `updateDeploymentById` mutation.
- UpdateDeploymentInputAll input for the `updateDeployment` mutation.
- UpdateDeploymentPayloadThe output of our update `Deployment` mutation.
- UpdateDetectionItemByIdInputAll input for the `updateDetectionItemById` mutation.
- UpdateDetectionItemByOrganizationIdAndSiteIdAndCustomerIdInputAll input for the `updateDetectionItemByOrganizationIdAndSiteIdAndCustomerId` mutation.
- UpdateDetectionItemInputAll input for the `updateDetectionItem` mutation.
- UpdateDetectionItemPayloadThe output of our update `DetectionItem` mutation.
- UpdateImageAnnotationByIdInputAll input for the `updateImageAnnotationById` mutation.
- UpdateImageAnnotationInputAll input for the `updateImageAnnotation` mutation.
- UpdateImageAnnotationPayloadThe output of our update `ImageAnnotation` mutation.
- UpdateImageByIdInputAll input for the `updateImageById` mutation.
- UpdateImageInputAll input for the `updateImage` mutation.
- UpdateImagePayloadThe output of our update `Image` mutation.
- UpdateModelByIdInputAll input for the `updateModelById` mutation.
- UpdateModelDeploymentRuleByIdInputAll input for the `updateModelDeploymentRuleById` mutation.
- UpdateModelDeploymentRuleInputAll input for the `updateModelDeploymentRule` mutation.
- UpdateModelDeploymentRulePayloadThe output of our update `ModelDeploymentRule` mutation.
- UpdateModelDetectionItemByIdInputAll input for the `updateModelDetectionItemById` mutation.
- UpdateModelDetectionItemByModelIdAndDetectionItemIdInputAll input for the `updateModelDetectionItemByModelIdAndDetectionItemId` mutation.
- UpdateModelDetectionItemInputAll input for the `updateModelDetectionItem` mutation.
- UpdateModelDetectionItemPayloadThe output of our update `ModelDetectionItem` mutation.
- UpdateModelInputAll input for the `updateModel` mutation.
- UpdateModelPayloadThe output of our update `Model` mutation.
- UpdateOrganizationByIdInputAll input for the `updateOrganizationById` mutation.
- UpdateOrganizationInputAll input for the `updateOrganization` mutation.
- UpdateOrganizationPayloadThe output of our update `Organization` mutation.
- UpdateOrgUserByUserIdInputAll input for the `updateOrgUserByUserId` mutation.
- UpdateOrgUserInputAll input for the `updateOrgUser` mutation.
- UpdateOrgUserPayloadThe output of our update `OrgUser` mutation.
- UpdateServerActionByIdInputAll input for the `updateServerActionById` mutation.
- UpdateServerActionInputAll input for the `updateServerAction` mutation.
- UpdateServerActionPayloadThe output of our update `ServerAction` mutation.
- UpdateServerByDeviceIdInputAll input for the `updateServerByDeviceId` mutation.
- UpdateServerBySerialNumberInputAll input for the `updateServerBySerialNumber` mutation.
- UpdateServerByUserIdInputAll input for the `updateServerByUserId` mutation.
- UpdateServerHeartbeatByDeviceIdAndCreatedAtInputAll input for the `updateServerHeartbeatByDeviceIdAndCreatedAt` mutation.
- UpdateServerHeartbeatInputAll input for the `updateServerHeartbeat` mutation.
- UpdateServerHeartbeatPayloadThe output of our update `ServerHeartbeat` mutation.
- UpdateServerInputAll input for the `updateServer` mutation.
- UpdateServerPayloadThe output of our update `Server` mutation.
- upsertOrganizationByIdInputAll input for the `upsertOrganizationById` mutation.
- UpsertOrganizationPayloadThe output of our upsert `Organization` mutation.
- ValidateMultiFactorAuthenticationInputAll input for the `validateMultiFactorAuthentication` mutation.
- ValidateMultiFactorAuthenticationPayloadThe output of our `validateMultiFactorAuthentication` mutation.
- __DirectiveA Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document. In some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.
- __EnumValueOne possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.
- __FieldObject and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.
- __InputValueArguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.
- __SchemaA GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.
- __TypeThe fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum. Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.