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

New feature: add html to head and/or body via RenderPageOptions

Open Amit-A opened this issue 6 years ago • 1 comments

Simply adds htmlHeadAdditions?: string | null and htmlBodyAdditions?: string | null to RenderPageOptions so that those of us using this in production can add content (e.g. tracking scripts) to the rendered GraphQL Playground when using apollo-server-express

Also adds async loading of fonts for slightly improved performance

Amit-A avatar Sep 18 '19 06:09 Amit-A

Have anyone working on this issue?

lyminhooo avatar Mar 19 '21 06:03 lyminhooo