GraphQL Documentation
Browse the GraphQL schema documentation for this API.
Configuration
This documentation is generated using GraphQL-Markdown with the MkDocs formatter and a small wrapper for Read the Docs friendly output.
Generation Pipeline
- The MkDocs formatter preset provides Markdown compatible link handling and admonition output.
- The custom wrapper creates per-section
index.mdfiles and renders titles as visible headings. - MkDocs serves the generated files with the Read the Docs theme.
Key Files
scripts/generate-docs.mjsruns GraphQL-Markdown programmatically.scripts/custom-mkdocs-mdx.mjsadds MkDocs-specific lifecycle hooks.schema.graphqlis the source GraphQL schema.mkdocs.ymlconfigures the MkDocs site.