Adam Bachman
Adam Bachman
We faced this issue too and it was tricky to solve. We ended up monkeypatching `GraphQL::Types::Relay::PageInfo` like this: ```ruby # extending the Graphql Relay PageInfo class with federation abilities class...
I added it in my personal branch, it's running successfully on an app Figure 53 will be releasing in the next six months or so. No tests and I pretty...
For anyone else who runs into this problem, I just ran into this trying to start work on a move to Cloud Spanner (using the local emulator, btw) in a...
Details: We'd like two different simple feedback forms that could be used by the organization to solicit feedback from: 1. people who've requested boxes 2. volunteers who are involved in...
Hey, just hit this same issue in a fairly large GraphQL codebase within a federated graph spanning 10+ projects. Had a simple seeming test that I expected to fail and...
Ahhhhh, answering my own question after writing ~100 lines of code and then deleting ~80 of 'em. This seems to be the minimal custom SuperDiff code for treating a `GraphQL::Query::Result`...