speckle-syntax-graphql
Installation
SKILL.md
speckle-syntax-graphql
Quick Reference
GraphQL Endpoint
| Environment | URL |
|---|---|
| Speckle Cloud | https://app.speckle.systems/graphql |
| Self-hosted | https://<your-server-domain>/graphql |
ALWAYS send requests as HTTP POST with JSON body containing query, variables, and optional operationName.
Authentication
ALWAYS include the Authorization header for authenticated requests: