David Glasser
David Glasser
This doesn't seem like it's going to be in a version of graphql-js that is released in time for AS4, so let's drop this from the milestone. While this functionality...
I filed https://github.com/cloudflare/workers-graphql-server/issues/38 in the repo which is the main consumer of this package.
The current architecture of how Apollo Server's core logic relates to the web frameworks it can be embedded in makes it challenging to add features such as `@defer` which change...
We basically split 3.0 into two pieces, which will be 3.0 and 4.0. Putting off everything that will come in 4.0 would have meant we didn't ship the original improvements...
can you smoke-test it? (and ideally eslint but ISTR that wasn't possible)
Hmm. If errors are masked, should we override the logic in defaultSendOperationAsTrace that treats traces with errors specially?
> Hmm. If errors are masked, should we override the logic in defaultSendOperationAsTrace that treats traces with errors specially? We can make this change at any time without compat worries...
That said: Right now there isn’t an easy clearly supported way to say “I just don’t want to send traces at all”. There’s `experimental_sendOperationAsTrace` which is, well, experimental (and completely...
Finished up in #6855.