/federation-migration-example

🚀Example app migrated from schema stitching to Apollo federation

Primary LanguageJavaScript

Archival

This repo was archived by the Apollo Security team on 2023-05-26

Please reach out with questions at security@apollographql.com.

Federation Migration Example 🚀

This project accompanies the schema stitching to federation migration guide

  • before-migration houses a project with mocked out resolvers for a users and reservations service as well as a schema stitching gateway.
  • after-migration uses the same projects with the addition of a gateway using federation. The stitching gateway was left in the project to make sure the service changes were backwards-compatible