Static document generation with http header
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).