gQuery icon indicating copy to clipboard operation
gQuery copied to clipboard

Not like jQuery. A GraphQL Fetcher & Cache for Svelte Kit

Results 26 gQuery issues
Sort by recently updated
recently updated
newest added

With version 0.5.0 from npm I get the following error on `npm run dev` or `npm run build`: ```failed to load config from /vite.config.js error when starting dev server: Error...

e.g. after mutation, is there a way to `invalidate` and trigger a refetch for the underlying data, (e.g. profile picture under user object changes, so refetch the `user` query again)

This is meant to be a starting point for discussion. This might not be something that many people need but in my case it would be helpful. I have a...

Currently, queries accept a custom fetch (mainly for SvelteKit's SSR fetch) but mutations use the browser's fetch, since they will always have access to it. This PR will allow the...

Two changes to the docs: - Add import fro GFetch, because imports are also available in the other code examples - Add missing comma to the svelte.config.js, because otherwise this...

Some big questions like... query name coming in from a string. Would be better to have that auto determined from the .graphql file itself.

I'm relly excited for this new project. I'm using https://github.com/FormidableLabs/urql currently and the svelte integration is still not perfect (they are React developers). I'm wondering what I can miss switching...

I'm having this issue on my .svelte files: ``` Error in svelte.config.js SyntaxError: Named export 'GraphQLBoolean' not found. The requested module 'graphql' is a CommonJS module, which may not support...

Export functions that don't update the object cache and just return data.