Operation details
| Field | Value |
|---|---|
| Name | createSandboxSession |
| Group | Sandbox |
| Type | Mutation |
| Signature | createSandboxSession(projectId: ID, ttlMode: String, ttlHours: Int): SandboxSession! |
Playground
Query
Query
mutation CreateSandboxSession($projectId: ID, $ttlMode: String, $ttlHours: Int) {
createSandboxSession(projectId: $projectId, ttlMode: $ttlMode, ttlHours: $ttlHours) {
id
status
createdAt
endpoint
expiresAt
shortId
}
}
Variables
Variables
{}