Graph QL In Action

Graph QL In Action

Vendor
SAMER BUNA
Regular price
$39.80
Sale price
$39.80
Regular price
$77.50
Sold out
Unit price
per 

Book Title: Graphql In Action
ISBN: 9781617295683
By Author(s):SAMER BUNA
By Publisher:MANNING
Format:PB

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.

Reduce bandwidth demands on your APIs by getting only the results you need—all in a single request! The GraphQL query language simplifies interactions with web servers enabling smarter API queries that can hugely improve the efficiency of data requests. In GraphQL in Action, you'll learn how to bring those benefits to your own APIs, giving your clients the power to ask for exactly what they need from your server, no more, no less.

GraphQL APIs are fast, efficient, and easy to maintain. They reduce app latency and server cost while boosting developer productivity. This powerful query layer offers precise control over API requests and returns, making apps faster and less prone to error.

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 setup, security, and error handling, you'll learn to create a complete GraphQL server. You'll also unlock easy ways to incorporate GraphQL into your existing codebase, so you can build simple, scalable data APIs.

In GraphQL in Action, you'll:


  • Define a GraphQL schema for relational and document databases
  • Implement GraphQL types using both the schema language and object constructor methods
  • Optimize GraphQL resolvers with data caching and batching
  • Design GraphQL fragments that match UI components' data requirements
  • Consume GraphQL API queries, mutations, and subscriptions with and without a GraphQL client library