mhallin / graphql-docs

GraphQL documentation explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static document generation with http header

AndiMiko opened this issue · comments

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

Is that possible?

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 According to my research and the author of the library, Github uses a customized version of this: https://github.com/gjtorikian/graphql-docs

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