Book
Learning GraphQL
Learning GraphQL
Eve Porcello、Alex Banks
Summary
RESTの限界を解決するGraphQLのクエリ設計と、サーバー側でのリゾルバ実装 (N+1問題への対処含む)を具体的なコードとともに学習できる入門書。
Target Readers
- GraphQLの基礎から実装まで学びたいエンジニア
- REST APIの限界を感じている開発者
Tags
Colophon
- Publisher
- オライリー・ジャパン
- ISBN
- 978-4873118932
- Published
- Nov 2019
- List price
- ¥2,860incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Related
Web API: The Good Parts
水野貴明
Reason: Understanding REST design throws GraphQL's ideas into relief as an answer to REST's constraints—over-fetching and round trips. Learning GraphQL teaches client-driven queries and a schema-driven type system, giving you criteria for choosing between the two.
Sources
- Related
The Design of Web APIs
The Design of Web APIs
Arnaud Lauret
Reason: Having experienced design-driven REST described with OpenAPI, you compare GraphQL, which realizes the same 'schema-first' idea in a different shape. The shared emphasis on designing APIs around a typed schema—and the difference in query models—deepens your understanding.
Sources