Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 968 Bytes

File metadata and controls

9 lines (5 loc) · 968 Bytes

GraphQL Federation Boilerplate

A federated GraphQL server creates a single endpoint from a collection of independent services. This is different than a montholic server that attempts to implement the features of all services in one project. One advantage of federation is that individual services can be scaled independent of other services. However it's not necessarily the best option in all cases, I recommend reading more about the pros and cons here.

Notes

GraphQL Federation requires individual services to implement this specification. Nexus does not currently support the specification and their progress can be tracked here.

To implement the specification we currently use this plugin.