graph-gophers / graphql-go

GraphQL server with a focus on ease of use
BSD 2-Clause "Simplified" License
4.64k stars 491 forks source link

Apollo Federation subgraph example #602

Closed pavelnikolov closed 1 year ago

pavelnikolov commented 1 year ago

Add an example of a simple GraphQL server which implements the full Apollo Federation Subgraph spec.

This should also demonstrate how to add a resolver for the _service field, which was removed in #601 (#600).