Julien Hauseux

Results 7 issues of Julien Hauseux

🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...

I'm using GraphQL plugin (243.22562.13) in WebStorm 2024.3.1.1. Here is my `graphql.config.yml` file (in project root): ```yaml schema: schema.graphql extensions: endpoints: dev: url: ${ENDPOINT} documents: "**/*.graphql" ``` And here is...

## Summary - Resolves #3733 - Reverts changes from d07602d and 068df71f. ## Background This PR addresses issues introduced by the deep unwrapping of the `variables` field: 1. Type enforcement...

### Describe the bug I'm using GraphQL codegen for typing. Here is an MWE (I also made a repo to show the issue -- see the reproduction link): ```typescript const...

Is the following behavior intended? When starting a query with `paused` set to `true`, the status `isFetching` is true (even though no request is being sent since the query is...

Hi! Thank you for your work on Villus. I made the switch recently and I'm delighted! I just noticed that if I have a paused query, with a reactive pause...

## The purpose of this PR is: Remove dependency `node-domexception` which is deprecated in favor of Node.js native `DOMException` (available since Node.js 17). ## This is what had to change:...