GraphQL in Action /
GraphQL in Action gives you the tools to get comfortable with the GraphQL language, build and optimize a data API service, and use it in a front-end client application. By working through set up, security, and error handling you'll learn to create a complete GraphQL server. You'll also unl...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Manning Publications,
2021.
|
Edición: | 1st edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Introduction to GraphQL
- Exploring GraphQL APIs
- Customizing and organizing GraphQL operations
- Designing a GraphQL schema
- Implementing schema resolvers
- Working with database models and relations
- Optimizing data fetching
- Implementing mutations
- Using GraphQL APIs without a client library
- Using GraphQL APIs with Apollo client.