Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Create Sandbox Session mutation.

Operation details

FieldValue
NamecreateSandboxSession
GroupSandbox
TypeMutation
SignaturecreateSandboxSession(projectId: ID): SandboxSession!

Playground

Query

Query
mutation CreateSandboxSession($projectId: ID) {
  createSandboxSession(projectId: $projectId) {
    id
    status
    createdAt
    endpoint
    shortId
  }
}

Variables

Variables
{}