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

It would be great if the the `bin/` scripts were Ruby instead of Bash/Shell scripts so that they're more cross-platform. This would make it easier for Windows users to contribute.

help wanted
good first issue

enhancement
help wanted
good first issue
web

Tasks: - [ ] set up a new URL for the demo -- can it just be a github.io URL? - [ ] get the demo site automatically building and...

documentation
chore

It'd be great if the GraphQL docs had a server that ccould be mounted in Rails (or whatever framework) and handle requests. This would make the development process really nice...

enhancement

Tasks: - [x] be specific about RuboCop gem vers so it isn't a moving target - [x] ~add minitest ext~ - [x] address autocorrectable offenses - [x] address other manual...

chore

I'd like to configure this gem with JSON or YAML or TOML so that I can run a Rake task that loads the config without me having to write any...

enhancement

The dartsass gem has never been updated since its very first release. This PR updates to latest version of dart sass using sass-embedded gem, which has version and feature matching...

**Describe the bug** When bundling with graphql gem 2.2.0 or newer, the test suite fails 2.2.0's changes summary: https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md#220-18-dec-2023 **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo...

bug

**Is your feature request related to a problem? Please describe.** I'm trying to make a large schema make sense without having the information spread across hundreds of different pages. **Describe...

enhancement

**Is your feature request related to a problem? Please describe.** When generating the docs for a graphql-ruby schema, the resulting documentation includes types used for introspection such as `__Type`, `__Field`,...

enhancement