Introduction
- Who is this book for?
- What is this book about?
- Acknowledgements
Introducing Apollo Client
- The index file
- The Books component
- Setting up Apollo Client
- Introducing GraphQL to the books component
Automatically generated types
- Generating client-side types
Lazy queries
- Getting lazy
Union types
- What’s a union type?
- Querying for users
- Rendering the user profile components
- Summary
Creating with mutations
- Setting up a local GraphQL server
- Client, meet server
- The new book form
- Using the createBook mutation
- Validating form data
- Summary
