graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.87k stars 839 forks source link

Add capability for the server to be used as part of an Apollo Federated Graph #588

Open flaviostutz opened 3 years ago

flaviostutz commented 3 years ago

We'd like to use existing GraphQL servers written in Golang as part of a greater federated GraphQL server.

Today we have Apollo, which needs some minor additions to schema definitions: https://www.apollographql.com/docs/federation/federation-spec/

bhoriuchi commented 3 years ago

duplicate of #492