Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rust製GraphQL統合ツール Apollo Routerを使ってみた (ハンズオン)

Rust製GraphQL統合ツール Apollo Routerを使ってみた (ハンズオン)

More Decks by NearMeの技術発表資料です

Other Decks in Programming

Transcript

  1. 4 4 Book API Author API Apollo Router Generate by

    Rover query GetBooks { books { title author { id name } } } query GetBooks { books { title author { id } } } query GetAuthors { authors { id name } } Authorに対して __resolveReference を実装 Subgraph Schema Subgraph Schema システム構成 supergragh-schema.graphql booksにおいてauthor.nameが取得できる!