OBJECT

Mutation

The root mutation type which contains root level fields which mutate data.

link GraphQL Schema definition

  • type Mutation {
  • # Creates a single `Deployment`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createDeployment(input: CreateDeploymentInput!): CreateDeploymentPayload
  • # Creates a single `DetectionItem`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createDetectionItem(input: CreateDetectionItemInput!): CreateDetectionItemPayload
  • # Creates a single `Image`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createImage(input: CreateImageInput!): CreateImagePayload
  • # Creates a single `ImageAnnotation`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createImageAnnotation(input: CreateImageAnnotationInput!): CreateImageAnnotationPayload
  • # Creates a single `Model`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createModel(input: CreateModelInput!): CreateModelPayload
  • # Creates a single `ModelDeploymentRule`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createModelDeploymentRule(
  • input: CreateModelDeploymentRuleInput!
  • ): CreateModelDeploymentRulePayload
  • # Creates a single `ModelDetectionItem`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createModelDetectionItem(
  • input: CreateModelDetectionItemInput!
  • ): CreateModelDetectionItemPayload
  • # Creates a single `ServerAction`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createServerAction(input: CreateServerActionInput!): CreateServerActionPayload
  • # Creates a single `ServerHeartbeat`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • createServerHeartbeat(input: CreateServerHeartbeatInput!): CreateServerHeartbeatPayload
  • # Updates a single `Deployment` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateDeployment(input: UpdateDeploymentInput!): UpdateDeploymentPayload
  • # Updates a single `Deployment` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateDeploymentById(input: UpdateDeploymentByIdInput!): UpdateDeploymentPayload
  • # Updates a single `DetectionItem` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateDetectionItem(input: UpdateDetectionItemInput!): UpdateDetectionItemPayload
  • # Updates a single `DetectionItem` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateDetectionItemById(
  • input: UpdateDetectionItemByIdInput!
  • ): UpdateDetectionItemPayload
  • # Updates a single `DetectionItem` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateDetectionItemByOrganizationIdAndSiteIdAndCustomerId(
  • input: UpdateDetectionItemByOrganizationIdAndSiteIdAndCustomerIdInput!
  • ): UpdateDetectionItemPayload
  • # Updates a single `Image` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateImage(input: UpdateImageInput!): UpdateImagePayload
  • # Updates a single `Image` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateImageById(input: UpdateImageByIdInput!): UpdateImagePayload
  • # Updates a single `ImageAnnotation` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateImageAnnotation(input: UpdateImageAnnotationInput!): UpdateImageAnnotationPayload
  • # Updates a single `ImageAnnotation` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateImageAnnotationById(
  • input: UpdateImageAnnotationByIdInput!
  • ): UpdateImageAnnotationPayload
  • # Updates a single `Model` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateModel(input: UpdateModelInput!): UpdateModelPayload
  • # Updates a single `Model` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateModelById(input: UpdateModelByIdInput!): UpdateModelPayload
  • # Updates a single `ModelDeploymentRule` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateModelDeploymentRule(
  • input: UpdateModelDeploymentRuleInput!
  • ): UpdateModelDeploymentRulePayload
  • # Updates a single `ModelDeploymentRule` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateModelDeploymentRuleById(
  • input: UpdateModelDeploymentRuleByIdInput!
  • ): UpdateModelDeploymentRulePayload
  • # Updates a single `ModelDetectionItem` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateModelDetectionItem(
  • input: UpdateModelDetectionItemInput!
  • ): UpdateModelDetectionItemPayload
  • # Updates a single `ModelDetectionItem` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateModelDetectionItemByModelIdAndDetectionItemId(
  • input: UpdateModelDetectionItemByModelIdAndDetectionItemIdInput!
  • ): UpdateModelDetectionItemPayload
  • # Updates a single `ModelDetectionItem` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateModelDetectionItemById(
  • input: UpdateModelDetectionItemByIdInput!
  • ): UpdateModelDetectionItemPayload
  • # Updates a single `OrgUser` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateOrgUser(input: UpdateOrgUserInput!): UpdateOrgUserPayload
  • # Updates a single `OrgUser` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateOrgUserByUserId(input: UpdateOrgUserByUserIdInput!): UpdateOrgUserPayload
  • # Updates a single `Organization` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateOrganization(input: UpdateOrganizationInput!): UpdateOrganizationPayload
  • # Updates a single `Organization` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateOrganizationById(
  • input: UpdateOrganizationByIdInput!
  • ): UpdateOrganizationPayload
  • # Updates a single `Server` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateServer(input: UpdateServerInput!): UpdateServerPayload
  • # Updates a single `Server` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateServerByUserId(input: UpdateServerByUserIdInput!): UpdateServerPayload
  • # Updates a single `Server` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateServerByDeviceId(
  • input: UpdateServerByDeviceIdInput!
  • ): UpdateServerPayload
  • # Updates a single `Server` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateServerBySerialNumber(
  • input: UpdateServerBySerialNumberInput!
  • ): UpdateServerPayload
  • # Updates a single `ServerAction` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateServerAction(input: UpdateServerActionInput!): UpdateServerActionPayload
  • # Updates a single `ServerAction` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateServerActionById(
  • input: UpdateServerActionByIdInput!
  • ): UpdateServerActionPayload
  • # Updates a single `ServerHeartbeat` using its globally unique id and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateServerHeartbeat(input: UpdateServerHeartbeatInput!): UpdateServerHeartbeatPayload
  • # Updates a single `ServerHeartbeat` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • updateServerHeartbeatByDeviceIdAndCreatedAt(
  • input: UpdateServerHeartbeatByDeviceIdAndCreatedAtInput!
  • ): UpdateServerHeartbeatPayload
  • # Deletes a single `Deployment` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteDeployment(input: DeleteDeploymentInput!): DeleteDeploymentPayload
  • # Deletes a single `Deployment` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteDeploymentById(input: DeleteDeploymentByIdInput!): DeleteDeploymentPayload
  • # Deletes a single `DetectionItem` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteDetectionItem(input: DeleteDetectionItemInput!): DeleteDetectionItemPayload
  • # Deletes a single `DetectionItem` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteDetectionItemById(
  • input: DeleteDetectionItemByIdInput!
  • ): DeleteDetectionItemPayload
  • # Deletes a single `DetectionItem` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteDetectionItemByOrganizationIdAndSiteIdAndCustomerId(
  • input: DeleteDetectionItemByOrganizationIdAndSiteIdAndCustomerIdInput!
  • ): DeleteDetectionItemPayload
  • # Deletes a single `Image` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteImage(input: DeleteImageInput!): DeleteImagePayload
  • # Deletes a single `Image` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteImageById(input: DeleteImageByIdInput!): DeleteImagePayload
  • # Deletes a single `ImageAnnotation` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteImageAnnotation(input: DeleteImageAnnotationInput!): DeleteImageAnnotationPayload
  • # Deletes a single `ImageAnnotation` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteImageAnnotationById(
  • input: DeleteImageAnnotationByIdInput!
  • ): DeleteImageAnnotationPayload
  • # Deletes a single `Model` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteModel(input: DeleteModelInput!): DeleteModelPayload
  • # Deletes a single `Model` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteModelById(input: DeleteModelByIdInput!): DeleteModelPayload
  • # Deletes a single `ModelDeploymentRule` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteModelDeploymentRule(
  • input: DeleteModelDeploymentRuleInput!
  • ): DeleteModelDeploymentRulePayload
  • # Deletes a single `ModelDeploymentRule` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteModelDeploymentRuleById(
  • input: DeleteModelDeploymentRuleByIdInput!
  • ): DeleteModelDeploymentRulePayload
  • # Deletes a single `ModelDetectionItem` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteModelDetectionItem(
  • input: DeleteModelDetectionItemInput!
  • ): DeleteModelDetectionItemPayload
  • # Deletes a single `ModelDetectionItem` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteModelDetectionItemByModelIdAndDetectionItemId(
  • input: DeleteModelDetectionItemByModelIdAndDetectionItemIdInput!
  • ): DeleteModelDetectionItemPayload
  • # Deletes a single `ModelDetectionItem` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteModelDetectionItemById(
  • input: DeleteModelDetectionItemByIdInput!
  • ): DeleteModelDetectionItemPayload
  • # Deletes a single `OrgUser` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteOrgUser(input: DeleteOrgUserInput!): DeleteOrgUserPayload
  • # Deletes a single `OrgUser` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteOrgUserByUserId(input: DeleteOrgUserByUserIdInput!): DeleteOrgUserPayload
  • # Deletes a single `ServerAction` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteServerAction(input: DeleteServerActionInput!): DeleteServerActionPayload
  • # Deletes a single `ServerAction` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteServerActionById(
  • input: DeleteServerActionByIdInput!
  • ): DeleteServerActionPayload
  • # Deletes a single `ServerHeartbeat` using its globally unique id.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteServerHeartbeat(input: DeleteServerHeartbeatInput!): DeleteServerHeartbeatPayload
  • # Deletes a single `ServerHeartbeat` using a unique key.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteServerHeartbeatByDeviceIdAndCreatedAt(
  • input: DeleteServerHeartbeatByDeviceIdAndCreatedAtInput!
  • ): DeleteServerHeartbeatPayload
  • # Creates a JWT token that will securely identify a user and give them certain
  • # permissions. This token expires in 2 days.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • authenticate(input: AuthenticateInput!): AuthenticatePayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • changeMfaType(input: ChangeMfaTypeInput!): ChangeMfaTypePayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • changePassword(input: ChangePasswordInput!): ChangePasswordPayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • changeRole(input: ChangeRoleInput!): ChangeRolePayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • deleteUser(input: DeleteUserInput!): DeleteUserPayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • registerDevice(input: RegisterDeviceInput!): RegisterDevicePayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • registerOrganization(input: RegisterOrganizationInput!): RegisterOrganizationPayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • registerUser(input: RegisterUserInput!): RegisterUserPayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • requestOtp(input: RequestOtpInput!): RequestOtpPayload
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • resetPassword(input: ResetPasswordInput!): ResetPasswordPayload
  • # Validate the MFA and creates a JWT token that will securely identify a user and
  • # give them certain permissions. This token expires in 2 days.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • validateMultiFactorAuthentication(
  • input: ValidateMultiFactorAuthenticationInput!
  • ): ValidateMultiFactorAuthenticationPayload
  • # Creates one or many `Deployment`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnCreateDeployment(input: mnCreateDeploymentInput!): mnCreateDeploymentPayload
  • # Creates one or many `DetectionItem`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnCreateDetectionItem(input: mnCreateDetectionItemInput!): mnCreateDetectionItemPayload
  • # Creates one or many `Image`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnCreateImage(input: mnCreateImageInput!): mnCreateImagePayload
  • # Creates one or many `ImageAnnotation`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnCreateImageAnnotation(
  • input: mnCreateImageAnnotationInput!
  • ): mnCreateImageAnnotationPayload
  • # Creates one or many `ModelDetectionItem`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnCreateModelDetectionItem(
  • input: mnCreateModelDetectionItemInput!
  • ): mnCreateModelDetectionItemPayload
  • # Creates one or many `ServerAction`.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnCreateServerAction(input: mnCreateServerActionInput!): mnCreateServerActionPayload
  • # Updates one or many `Deployment` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnUpdateDeploymentById(
  • input: mnUpdateDeploymentByIdInput!
  • ): mnUpdateDeploymentPayload
  • # Updates one or many `DetectionItem` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnUpdateDetectionItemById(
  • input: mnUpdateDetectionItemByIdInput!
  • ): mnUpdateDetectionItemPayload
  • # Updates one or many `Image` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnUpdateImageById(input: mnUpdateImageByIdInput!): mnUpdateImagePayload
  • # Updates one or many `ImageAnnotation` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnUpdateImageAnnotationById(
  • input: mnUpdateImageAnnotationByIdInput!
  • ): mnUpdateImageAnnotationPayload
  • # Updates one or many `ModelDetectionItem` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnUpdateModelDetectionItemByModelIdAndDetectionItemId(
  • input: mnUpdateModelDetectionItemByModelIdAndDetectionItemIdInput!
  • ): mnUpdateModelDetectionItemPayload
  • # Updates one or many `Server` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnUpdateServerByUserId(
  • input: mnUpdateServerByUserIdInput!
  • ): mnUpdateServerPayload
  • # Updates one or many `ServerAction` using a unique key and a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnUpdateServerActionById(
  • input: mnUpdateServerActionByIdInput!
  • ): mnUpdateServerActionPayload
  • # Deletes one or many `Deployment` a unique key via a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnDeleteDeploymentById(
  • input: mnDeleteDeploymentByIdInput!
  • ): mnDeleteDeploymentPayload
  • # Deletes one or many `DetectionItem` a unique key via a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnDeleteDetectionItemById(
  • input: mnDeleteDetectionItemByIdInput!
  • ): mnDeleteDetectionItemPayload
  • # Deletes one or many `Image` a unique key via a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnDeleteImageById(input: mnDeleteImageByIdInput!): mnDeleteImagePayload
  • # Deletes one or many `ImageAnnotation` a unique key via a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnDeleteImageAnnotationById(
  • input: mnDeleteImageAnnotationByIdInput!
  • ): mnDeleteImageAnnotationPayload
  • # Deletes one or many `ModelDetectionItem` a unique key via a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnDeleteModelDetectionItemByModelIdAndDetectionItemId(
  • input: mnDeleteModelDetectionItemByModelIdAndDetectionItemIdInput!
  • ): mnDeleteModelDetectionItemPayload
  • # Deletes one or many `ServerAction` a unique key via a patch.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • mnDeleteServerActionById(
  • input: mnDeleteServerActionByIdInput!
  • ): mnDeleteServerActionPayload
  • # Inserts a single `Organization`; if the record already exists then insteads
  • # updates the record.
  • #
  • # Arguments
  • # input: The exclusive input argument for this mutation. An
  • # object type, make sure to see documentation for this object’s fields.
  • upsertOrganizationById(
  • input: upsertOrganizationByIdInput!
  • ): UpsertOrganizationPayload
  • }

link Require by

This element is not required by anyone