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

getQueryName to ${prefix}QueryName

Hi, Unfortunatedly its not working for me in Windows. Here is my configuration ``` gQueryCodegen({ schema: `http://localhost:7000/graphql`, out: 'src/lib/gql', gPath: '$lib/config/g', debug: false }), ```

So, I have a usecase where I load multiple components on my site and I had a query for each of them, but soon I realised that even though sveltekit...

When adding the `gQueryCodegen` plugin to the Svelte config it takes an `out` key in the options object, but the docs site incorrectly shows it as needing an `output` key....

I'm following the docs, working on building an ecomm starter with Sanity and gQuery. I'm getting the following error in a new SK project running v1.0.0-next.241. ```shell > Cannot find...

Not 100% sure this is the correct call but they were preventing compilation. The errors [{ "resource": "/Users/daniel/code/gQuery/src/gFetch.ts", "owner": "typescript", "code": "2322", "severity": 8, "message": "Type 'string | undefined' is...

``` pnpm install --save @leveluptuts/g-query graphql-tag Already up-to-date Progress: resolved 665, reused 649, downloaded 0, added 0, done  WARN  Issues with peer dependencies found . └─┬ @leveluptuts/g-query └─┬ @graphql-codegen/import-types-preset └─┬...

Missing comma in docs