-
Notifications
You must be signed in to change notification settings - Fork 54
Description
There is an interesting discussion about adding Federation support to graphql-go
here: graphql-go/graphql#492
graphql-go
is intended to be more of a graphql-js
clone, which means Federation support doesn't necessarily belong in the library itself, but it looks like there are API changes that could be made to graphql-go
to make it easier to use with Federation. The above linked to issue dives into this a bit (graphql-go/graphql#492 (comment)), but we'll need to validate this and see if any other changes are needed (see also graphql-go/graphql#541). If we can help get these changes in place, we can then think about potentially creating a Go based Federation helper library, like we've done with @apollo/subgraph
(JS/Node) and federation-jvm
(Java/JVM).