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が取得できる!