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.

Sandbox Session Heartbeat mutation.

Operation details

FieldValue
NamesandboxSessionHeartbeat
GroupSandbox
TypeMutation
SignaturesandboxSessionHeartbeat(id: ID!): Boolean!

Playground

Query

Query
mutation SandboxSessionHeartbeat($id: ID!) {
  sandboxSessionHeartbeat(id: $id)
}

Variables

Variables
{
  "id": ""
}