#Stumbled upon their ast based schema

1 messages · Page 1 of 1 (latest)

keen grail
#

Ah that's super interesting!

#

Which they linked to in their README

#

I wonder if they made this prior to the extends keyword in graphql

#

Either way, yeah we should definitely look to see if we could at least re-use that merging logic? or at least understand it to see if we can re-use any ideas

noble haven
#

Yeah, looking through the issues looks like this predates apollo federation and a bunch of other stuff

keen grail
#

I can't immediately see a way that we could adapt it to use execops or handle our "special caching needs", but it's very intriguing how simple it is

#

Like it's not trivial, but it's not a ton of lines of code