null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

GraphQL in Action

List Price: $49.99
SKU:
9781617295683
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Samer Buna
    Format:
    Paperback
    Pages:
    384
    Publisher:
    Manning (March 9, 2021)
    Language:
    English
    ISBN-13:
    9781617295683
    ISBN-10:
    161729568X
    Weight:
    22.24oz
    Dimensions:
    7.375" x 9.25" x 0.8"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    22
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    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.

    Summary
    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. Practical and example-driven, this book teaches everything you need to get started with GraphQL—from design principles and syntax right through to performance optimization.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology
    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.

    About the book
    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 unlock easy ways to incorporate GraphQL into your existing codebase so you can build simple, scalable data APIs.

    What's inside

        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

    About the reader
    For web developers familiar with client-server applications.

    About the author
    Samer Buna has over 20 years of experience in software development including front-ends, back-ends, API design, and scalability.

    Table of Contents

    PART 1- EXPLORING GRAPHQL

    1 Introduction to GraphQL

    2 Exploring GraphQL APIs

    3 Customizing and organizing GraphQL operations

    PART 2 - BUILDING GRAPHQL APIs

    4 Designing a GraphQL schema

    5 Implementing schema resolvers

    6 Working with database models and relations

    7 Optimizing data fetching

    8 Implementing mutations

    PART 3 - USING GRAPHQL APIs

    9 Using GraphQL APIs without a client library

    10 Using GraphQL APIs with Apollo client