Yaacov Rydzinski

Results 309 comments of Yaacov Rydzinski

The work so far has had a lot of false starts that made the commit history difficult to follow. The latest force push updates the commit hx to be mostly...

Status update: 1. We are now successfully using `@defer` to implement batch execution throughout the code base. The the slowest operation in a batch no longer holds up data from...

Status update: batch-delegate still not yet converted, but prep work in progress, all tests now passing

basically, we would have to change rewireTypes to work in two stages, first to crawl the schema and determine what actually needs to be recreated, and then to iterate through...

But does merging work? Do we have a test elsewhere? I think it does and we do, but offhand I am not sure where.

https://github.com/ardatan/graphql-tools/issues/1924#issuecomment-676607442 https://github.com/ardatan/graphql-tools/issues/2744#issuecomment-820738869 Note that I think in the next major release we should go back to the old behavior of automatically forwarding the operationName and it can be overridden if...

I guess that was my original concern, but even if identical, I guess adds helpful info as to ultimate source in Client, people don’t seem to care, and current behavior...

Are you able to post what query hits the remote schema?

i tried to reproduce this with additional test and could not get it to fail. perhaps the problem is the subschema implementation being used -- i am not familiar with...