The architecture of Federation

Sdílet
Vložit
  • čas přidán 5. 11. 2019
  • Learn GraphQL with Apollo Odyssey, our hands-on training and tutorial course platform - odyssey.apollographql.com/
    Learn from our Apollo Docs - www.apollographql.com/docs/
    What’s the easiest way to navigate your schema and query your graph? Try Apollo Studio at www.apollographql.com/studio/...
    Video Info: As an organization’s data graph grows, Jeff Hampton, Solutions Architect at Apollo, explains how to use Apollo Federation to improve efficiency and scale GraphQL.
    Apollo Federation is a new architecture for GraphQL, where you can now divide the implementation of a data graph across distinct, composable services. With this approach, different teams can collaborate across a single graph whose implementation is loosely-coupled.
    Jeff will cover the architectural principles behind federation and show how you can implement a well designed and structured data graph using Apollo.
    Resources:
    Learn more about Summit - summit.graphql.com/
    Explore the GraphQL FAQs - www.apollographql.com/docs/re...
    Checkout the Apollo docs - www.apollographql.com/docs/
  • Věda a technologie

Komentáře • 2

  • @shaw0071
    @shaw0071 Před 5 měsíci

    [NewBie] [time - 20:50] It seems odd that I am querying for reviews by me and if I want each review to also include 'name' then another call to account service is required. Can the federation itself correlate that it already received 'name' from accounts service and can now populate it for each review instead of making a network call ?

    • @ApolloGraphQL
      @ApolloGraphQL  Před 5 měsíci

      Thanks for the question! Yes, check out our video on how to use the @key directive to avoid making another call czcams.com/video/6Bj2ByOBRa4/video.html