Skip to content

Easily generate beautiful documentation from your GraphQL schema.

License

Notifications You must be signed in to change notification settings

brettchalupa/graphql-docs

Repository files navigation

GraphQLDocs

Ruby library and CLI for easily generating beautiful documentation from your GraphQL schema.

sample

Installation

Add the gem to your project with this command:

bundle add graphql-docs

Or install it yourself as:

gem install graphql-docs

Usage