graphdoc
graphdoc copied to clipboard
Static page generator for documenting GraphQL Schema
Is there anyway to render the doc in ejs?
Let's say each comment around field and definitions is an entity. Is it possible to group those entities in some logical sections? e.g. group documentation regarding Credentials in 1 sections...
Hello, I've created a `schema.json` using the [introspection query](https://github.com/2fd/graphdoc/blob/gh-pages/introspection.graphql) shown by the documentation. However, when running the script to create the documentation page, I hit an issue right away: ```...
I would like to generate graphQL docs from a source folder which has multiple sub-folders where files with `.graphqls` suffix. Is there a way to do it? thanks.
It would be awesome if the cool could come with instructions or a feature to include minor tweaks to the templates: - Header Colour - Footer Colour - Site title...
Hi, Our system reported that some dependencies you are using are vulnerable: [slug](https://www.npmjs.com/package/slug) and [tough-cookie](https://www.npmjs.com/package/tough-cookie) (used in [request](https://www.npmjs.com/package/request)). I see there is an [open issue](https://github.com/2fd/graphdoc/issues/47) for `slug` already. Are there...
It would be very helpful if it was possible to link to a specific mutation in the graphql api. I imagine it working by first clicking on a ⛓ type...
We commit our generated HTML files to git, but creating a diff for them is nearly impossible for some generated HTML, especially long `` lines like required by section. I...
Hi, I'm working on a CRUD GraphQL/Apollo API and trying to make JWT and graphdoc working together. I tried to do like #52 issue : ` "graphdoc": { "endpoint": "http://localhost:4000/graphql",...
I make heavy use of Markdown in my GraphQL documentation. Some tools get this right, while others have odd gaps in support. For example, even GraphiQL leaves some Markdown unprocessed....