You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2023. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
No more monolith, long life to the monorepo:
@graphql-markdown/core
library for converting GraphQL to markdown using ETA templates@graphql-markdown/docusaurus
Docusaurus 2 plugin using @graphql-markdown/core with custom templates for Docusaurus docs, and multi-instance support@graphql-markdown/cli
CLI for converting GraphQL to markdown using ETA templates using @graphql-markdown/coreGraphQL parsing is now fully AST using visitor strategy from graphql-js instead of the clumsy solution from v1.
Markdown generation is done using ETA template engine, offering greater customization without modifying the code.
Configuration is now based on graphql-config that offers better standardization for GraphQL projects.
The text was updated successfully, but these errors were encountered: