Joel Mukuthu
Joel Mukuthu
Hey @parshap, sorry for the prolonged silence. I wrote some tests for this and found it to be too complicated to even justify the feature. And since then I've wondered...
@janosh I'm up for helping with this, just checking to see if perhaps you're already working on it. Let me know if you'd like a PR for this :)
I've ran into this issue as well. I think the issue is that the operations get persisted containing the `@api` directive and when the server matches the operation's hash in...
Just some feedback. TLDR: you can still use this (great!) library with persisted operations, without requiring any changes to your code (or the library). Longer version: I fixed this by...
Minimal reproduction here: https://github.com/joelmukuthu/renovate-yarnrc. What Renovate currently does: https://github.com/joelmukuthu/renovate-yarnrc/pull/5 What this issue proposes: https://github.com/joelmukuthu/renovate-yarnrc/pull/6 (particularly this commit: https://github.com/joelmukuthu/renovate-yarnrc/pull/6/commits/9845631788c6b930d1b467e4c7988b3fe0aaab6c) Note that I wasn't able to reproduce the second issue, where Renovate...
Hi @n1ru4l. I requested support `nonOptionalTypename`. I use apollo client which adds a `__typename` to _all_ its cached documents. In application code, I only use it in the context of...
Sorry, my whole argument [above](https://github.com/dotansimha/graphql-code-generator/issues/8562#issuecomment-1303334061) doesn't apply to the generated types. The only reason I want `nonOptionalTypename` is to indicate that my documents do contain a non-optional `__typename`. But after...
Following your instructions, 1. when I rename a TS file that's imported somewhere, it takes about 2-3 seconds before I'm presented with the dialog on whether or not I want...
Great, thanks for the pointer @dummdidumm!