GraphQL — resources
roadmap.sh: https://roadmap.sh/graphql
Books
- Learning GraphQL (Eve Porcello, Alex Banks) — clear, hands-on intro to the language and building servers/clients.
- Production Ready GraphQL (Marc-André Giroux) — schema design, performance, and security for real-world APIs.
- Full Stack GraphQL Applications (William Lyon) — end-to-end app architecture with GraphQL across the stack.
- The Road to GraphQL (Robin Wieruch) — practical path from queries to React clients with Apollo.
Courses / practice
- GraphQL official docs — the authoritative tutorial and concept reference from the GraphQL foundation.
- Apollo GraphQL docs — definitive guides for Apollo Server and Apollo Client.
- How to GraphQL — free fullstack tutorial with language/framework-specific tracks.
- GraphQL specification — the formal spec for deep understanding of the type system and execution.