GraphQL-Markdown + MkDocs demo
This demo generates GraphQL schema documentation into MkDocs using the formatter in @graphql-markdown/formatters/mkdocs with the Read the Docs theme.
Commands
npm installinstalls the local GraphQL-Markdown packages used by the demo.npm run generateregenerates the GraphQL reference intodocs/graphql.npm run devregenerates docs and starts the MkDocs preview server.npm run buildregenerates docs and builds the static site.
GraphQL API
Open the generated API reference at GraphQL API.