graphql-docs icon indicating copy to clipboard operation
graphql-docs copied to clipboard

Easily generate beautiful documentation from your GraphQL schema.

Results 33 graphql-docs issues
Sort by recently updated
recently updated
newest added

I noticed that this project uses the old `sass` gem. When I install `graphql-docs`, it complains that this gem is deprecated, etc. There's more info on the deprecation [here](https://sass-lang.com/ruby-sass). Looks...

When my GraphQL schema contains unicode characters, or their HTML entity equivalents, I'm unable to render documentation. I encountered the same error for `—`, `”` and `“` I get the...

bug

Is it possible to integrate this with Jekyll? My Ruby skills are not good (non-existent), but is there a way to get this to work with a Jekyll generator plugin...

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...

Sorry to ask but I'm kinda new in using GraphQL. Can I use i18n using this gem in my rails app with GraphQL? Hope to hear from you guys soon....

enhancement

https://developer.github.com/early-access/graphql/object/issueconnection/

Little things to do to prepare for cutting the new release once the work is done: - [ ] run off of the latest commits in `main` for a bit...

I'd like to be able to run something like `rake graphql:docs:generate` or something similar to run the generator for the docs site. This would allow people to hook into other...

enhancement
help wanted

It'd be nice to be able to search through all of the concepts in the sidebar. I think this would be a really simplistic client-side JS search through the current...

enhancement
help wanted
good first issue
web