Skip to main content

Operation details

FieldValue
NamesandboxBackgroundCommandOutput
GroupSandbox
TypeQuery
SignaturesandboxBackgroundCommandOutput(id: ID!, commandId: ID!): SandboxBackgroundCommandOutput!

Playground

Query

Query
query SandboxBackgroundCommandOutput($id: ID!, $commandId: ID!) {
  sandboxBackgroundCommandOutput(id: $id, commandId: $commandId) {
    stderr
    stdout
  }
}

Variables

Variables
{
  "id": "",
  "commandId": ""
}