We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In GraphiQL, it is recommended to use @graphql-yoga/render-graphiql for offline usage.
@graphql-yoga/render-graphiql
However, the favicon is still requesting to GitHub.
graphql-yoga/packages/render-graphiql/src/index.ts
Lines 11 to 14 in e77c443
https://github.com/dotansimha/graphql-yoga/blob/e77c4433aa3e9f19708bd03a41e5adf7ecf6b4f9/packages/render-graphiql/src/index.ts
import { createYoga } from 'graphql-yoga' import { renderGraphiQL } from '@graphql-yoga/render-graphiql' const yoga = createYoga({ renderGraphiQL })
No request to other domains.
No response
The text was updated successfully, but these errors were encountered:
Hey @joshuaavalon! You wanna take care of this? It should be possible to inline it, see https://stackoverflow.com/a/68051929/4202031
Sorry, something went wrong.
Available in the latest release!
Successfully merging a pull request may close this issue.
Describe the bug
In GraphiQL, it is recommended to use
@graphql-yoga/render-graphiql
for offline usage.However, the favicon is still requesting to GitHub.
graphql-yoga/packages/render-graphiql/src/index.ts
Lines 11 to 14 in e77c443
Your Example Website or App
https://github.com/dotansimha/graphql-yoga/blob/e77c4433aa3e9f19708bd03a41e5adf7ecf6b4f9/packages/render-graphiql/src/index.ts
Steps to Reproduce the Bug or Issue
Expected behavior
No request to other domains.
Screenshots or Videos
No response
Platform
@graphql-yoga/render-graphiql
version(s): 3.5.1Additional context
No response
The text was updated successfully, but these errors were encountered: