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
Hi,
great tools, love it! just a quick request
the @urql/exchange-graphcache has an option to load local schema like this:
@urql/exchange-graphcache
import { cacheExchange } from '@urql/exchange-graphcache' import schema from '../../gql/introspected' export const cache = cacheExchange({ schema, })
can we have a feature in the devtool to load the local schema plz? thanks
my server is protected so without the ability of adding auth header when sending introspection query, it won't work :(
if we can support adding headers when sending introspection query #398 , then this would not be needed :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
great tools, love it! just a quick request
the
@urql/exchange-graphcache
has an option to load local schema like this:can we have a feature in the devtool to load the local schema plz? thanks
my server is protected so without the ability of adding auth header when sending introspection query, it won't work :(
if we can support adding headers when sending introspection query #398 , then this would not be needed :)
The text was updated successfully, but these errors were encountered: