1

I'm having a hard time differentiating from what's vanilla GraphQL and what's Apollo.

I'm trying to understand schema stitching and see that using Fragments and Federation are two different ways to do this.

Found this enlightening https://www.apollographql.com/docs/graphql-tools/schema-stitching/

Do I have to buy-in to Apollo to use Federations?

Lior Elrom
  • 19,660
  • 16
  • 80
  • 92
garrettmac
  • 8,417
  • 3
  • 41
  • 60

1 Answers1

2

On the graphql spec there is no mention of Federations. Federations are only a part of apollo.

Dan Starns
  • 3,765
  • 1
  • 10
  • 28