Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Run sandbox command mutation.
| Field | Value |
|---|---|
| Name | runSandboxCommand |
| Group | Sandbox |
| Type | Mutation |
| Signature | runSandboxCommand(id: ID!, input: SandboxCommandInput!): SandboxCommandResult! |
mutation RunSandboxCommand($id: ID!, $input: SandboxCommandInput!) {
runSandboxCommand(id: $id, input: $input) {
exitCode
stderr
stdout
}
}
{
"id": "",
"input": {
"command": ""
}
}