const graphiqlBrandingTweak = { ["postgraphile:graphiql:html"](html: string) { console.log("Applying GraphiQL Branding Tweak..."); return html.replace( "", ` ` ); }, };