Brian Kim
Brian Kim
@leebyron Right so the big bad changes that servers can make are 1. make non-nullable fields nullable, and 2. make nullable inputs non-nullable, just by like basic type theory. I...
@robrichard @michaelstaib I’m not seeing the part which specifies field error paths as discussed in the WG meeting :sweat:
@yisar can you explain the general algorithm you use? I can’t seem to figure out from the code itself sorry :)
There are ways to fix this but I’ve temporarily forgotten how to do it. Happy to help if you want this to be fixed.
I think a use-case could be a chat room component. Imagine a user navigating between different chat rooms and seeing messages from each room in the same shared component. If...
I’m familiar with the code that would have to change to do this and could work on this issue this weekend, but I’m not sure if there’s consensus to implement...
@barlow21 Can you try 3.5.8? Might be fixed there.
One thought. The code which calls the onCompleted and onError callbacks has some logic which prevents it from being called when Apollo determines that the results are the same, which...
Hmmm. I upgraded denon and deno to latest. It still happens but my initial reproduction is incorrect. I’m using both the `-A` flag and `--config` flag. If I use the...
Does anyone know how to do this just with raw rollup? I’m having trouble deduplicating my own files/making d.ts files show up in the right places.