mhallin / graphql-docs

GraphQL documentation explorer
MIT License
115 stars 29 forks source link

Static document generation with http header #12

Open AndiMiko opened 7 years ago

AndiMiko commented 7 years ago

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

Is that possible?

mhrisse commented 5 years ago

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

bbugh commented 5 years ago

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

mhrisse commented 5 years ago

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