graphql-playground
graphql-playground copied to clipboard
New feature: add html to head and/or body via RenderPageOptions
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
Have anyone working on this issue?