graphdoc icon indicating copy to clipboard operation
graphdoc copied to clipboard

Static page generator for documenting GraphQL Schema

Results 98 graphdoc issues
Sort by recently updated
recently updated
newest added

Hi. I got an error when generating from graphql endpoint. Does anyone help me? ``` $(npm bin)/graphdoc -e http://localhost:62222/graphql -o output /Users/yousan/.ghq/github.com/yousan/graphql/graphql/node_modules/@2fd/graphdoc/lib/schema-loader/http.js:53 return resolve(body.data.__schema); ^ TypeError: Cannot read property '__schema'...

## Version 3 * [ ] move project to [`@graphdoc`](https://github.com/graphdoc) organization * [ ] move package to [`@graphdoc`](https://www.npmjs.com/~graphdoc) namespace in npm * [ ] custom domain [`https://graphdoc.dev`](https://graphdoc.dev) (?) * [...

Right now you can't document a file that uses graphql modules (via a package like `graphql-import`). If this was added is this something that would be useful to most users?...

I got an error when I use it against our live GraphQL end point. What's wrong? ✗ Unexpected HTTP Status Code 401 (Unauthorized) from: https://xxx/api/graphql I assume it is because...

Hi 👋 I would like to be able to use the filter/search bar to find fields in Query/Mutation, the user experience would be similar to GraphiQL explorer. Thoughts?

Change `[NULL]` for `[NOT DOCUMENTED]` ![screenshot-2fd github io 2016-11-19 20-32-31](https://cloud.githubusercontent.com/assets/208789/20459202/04c69dea-ae98-11e6-8950-6d255308351e.png)

enhancement

Trying to generate a documentation for graphql server which has a self signed certificate. Terminal output: ``` $ graphdoc --verbose -e https://..../graphql -o . -x "Authorization: Bearer xGe2tZfpq4...lipMrCh" --force ✗...

Given: ```text type Query { foo( bar: Int = 1 ): Foo! } ``` The generated doc will show: ```text type Query { foo( bar: Int ): Foo! } ```...

Good day. Thanks for your work on this project. It's incredibly useful. As per https://github.com/graphql/graphql-js/blob/master/src/utilities/extendSchema.js#L47, descriptions defined within an IDL (SDL) are defined as __String Literals__. I'm currently seeing the...

When you specify plugins in package.json, ignores them completely due to this line https://github.com/2fd/graphdoc/blob/master/lib/command.ts#L197 For example. If I run `yarn graphdoc -c file.json`, where `file.json` is ``` { "graphdoc": {...