У нас вы можете посмотреть бесплатно Build: Modularize your schema with GraphOS или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Query a graph with GraphOS: • Query a GraphQL API with GraphOS Watch videos about the supergraph: • What is GraphQL Danielle Man and Caydie Tran show us their next step in building out a supergraph with GraphOS, joining 2 schemas together, or modularizing the schema. This allows us to have multiple GraphQL servers, with separate deployment pipelines, which roll up into the same supergraph. We use rover to effortlessly introspect a schema. We then prepare it for Apollo federation by adding the @key directive to designate an entity for the subgraph. We use rover dev to compose a second schema into the supergraph, and run the Apollo Router locally to test. We now have access to advanced GraphOS features like defer. We can even test and view what GraphOS is doing using Apollo Sandbox features like local querying and the query planner. Get started with GraphOS today! Learn more at https://www.apollographql.com/tutorials/