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

Static document generation with http header

Open AndiMiko opened this issue 8 years ago • 3 comments

I would like to use the static document generation but I have to set a http header (authorization).

Is that possible?

AndiMiko avatar Jun 24 '17 02:06 AndiMiko

Same problem.

Does someone know how GitHub generates their v4 reference docs, it is sort of the same what this package is trying to do. @AndiMiko

mhrisse avatar Apr 17 '19 02:04 mhrisse

@mhrisse According to my research and the author of the library, Github uses a customized version of this: https://github.com/gjtorikian/graphql-docs

bbugh avatar Apr 30 '19 20:04 bbugh

Thank you @bbugh ! I was hoping for something Gatsby or Confluence compatible, as our use-case is to build a developer site and I would like to avoid Ruby and funky template languages (we are a Javascript/React full-stack shop).

mhrisse avatar May 01 '19 08:05 mhrisse