Mutations
Mutations modify server-side data. Use them to create, update, or delete records. Each mutation returns the affected data so you can read the result in the same request. Learn more
pingPlaying a game or just testing?
This mutation always returns the string "pong" in it's response field.
preferenceResetReset a preference to it's default value.
preferenceSetSet a preference value.
appCreateCreate a new application.
appUpdateUpdate a application.
appDeleteDelete an application.
appServerCreateCreate a new server.
appServerUpdateUpdate a server.
appServerDeleteDelete a server.
appServerRegenerateKeyPairGenerate a new key pair for a server.
appServerTestConnectionCreate a new server.
appDeploymentCreateCreate a new deployment.
appDeploymentCreateRollbackCreate a new rollback deployment.
appDeploymentCreateByTagCreate a new deployment by tag name.
appDeploymentCreateByBranchCreate a new deployment by branch name.
appDeploymentCreateByCommitCreate a new deployment by commit SHA.
appDeploymentCreateByDeploymentCreate a new deployment based on a previous deployment.
appEnvironmentCreateCreate a new environment.
appEnvironmentUpdateUpdate a environment.
appEnvironmentDeleteDelete an environment.
appEnvironmentRegenerateTriggerRegenerate the trigger URL.
appEnvironmentUpdateEnvFileUpdate the .env file for an environment.
appEnvironmentConnectScriptConnect a script the the environment.
appEnvironmentDisconnectScriptDisconnect a script from the environment.
appEnvironmentUpdateScriptOrderUpdate the order of the scripts in a environment.
appEnvironmentUpdateScriptStrategyUpdate the strategy of a script connected to an environment.
scriptCreateCreate a new script.
scriptUpdateUpdate a script.
scriptDeleteDelete a script.