Operation details
| Field | Value |
|---|---|
| Name | startSandboxBackgroundCommand |
| Group | Sandbox |
| Type | Mutation |
| Signature | startSandboxBackgroundCommand(id: ID!, input: SandboxCommandInput!): SandboxBackgroundCommand! |
Playground
Query
Query
mutation StartSandboxBackgroundCommand($id: ID!, $input: SandboxCommandInput!) {
startSandboxBackgroundCommand(id: $id, input: $input) {
status
commandId
exitCode
finishedAt
startedAt
}
}
Variables
Variables
{
"id": "",
"input": {
"command": ""
}
}