Jon Christiansen

Results 17 comments of Jon Christiansen

https://github.com/graphql/graphql-wg/blob/main/rfcs/SchemaCoordinates.md provides an excellent "standard notation" to identify graphql.resolve via the parent type and the field.

https://github.com/apollo-server-integrations/apollo-server-integration-koa/pull/87 should suffice to close this out. We just migrated to AS4 at my company in PROD today (using koa integration). I've also manually tested and have proven sending GraphQL...

One request in implementation, please if possible try to decouple whether or not you pass your own cache from the behavior of the server around if its a passed in...

FYI, at my company we are using 4.17.0 on Node 18, gateway 2.6.1 and [email protected] without issue the biggest difference I can see between our setup is we use koa...

Unfortunately not --- that is not the same as operation signature, its a hash of the operation signature. We require the actual signature itself for our own observability purposes ->...

Q: Double checking for planning purposes..... will the resulting signature for the same query in Apollo Gateway and Apollo Router still stay the same, its just more about the implementation...

We had implemented this as well for federation 1, and come to find out the way we got it working was counting on a bug in the federation 1 query...