rliljest

Results 7 comments of rliljest

Although it doesn't allow a fetcher option override with v4, [this PR](https://github.com/dotansimha/graphql-code-generator-community/pull/434) adds support for react-query v5 with the updated object format

Is there anything that I'm missing to get this PR approved and merged? The issue that this resolves persists

> ... why isn't the argument for `useDummyQuery` required so that there is only one syntax to achieve the same thing? That would be another valid solution to the underlying...

> Do NPM not publish a library that the CLI could be using for registry communication? E.g. one that'd automatically obey .npmrc, etc. settings rather than the CLI doing a...

I updated my PR. Turns out there are two places where we currently fetch npm registry data (my initial change only updated one). The second one deals with the `getTemplateVersion`...

> Wouldn't it be enough to provide the auth token in your root `.npmrc` file? Like this: We do have that set up locally, which is enough for running `npm...

> It looks like NPM publish this package which might be worth investigating as a replacement for the raw fetch? https://github.com/npm/npm-registry-fetch I experimented with this package a bit. It takes...