Documentation Index
Fetch the complete documentation index at: https://docs.learningcommons.org/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All GraphQL queries should be sent to the root endpoint:Authentication
All requests require authentication using an API key included in the request headers:x-api-key: YOUR_API_KEY
Making your first request
Here are simple examples to get you started. We recommend using thegql library for better GraphQL support, schema validation, and error handling.