#Stumbled upon their ast based schema
1 messages · Page 1 of 1 (latest)
Ah that's super interesting!
Was just skimming this too: https://itnext.io/a-guide-to-graphql-schema-federation-part-1-995b639ac035
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
Yeah, looking through the issues looks like this predates apollo federation and a bunch of other stuff