/

hasura-header-illustration

Why GraphQL API is the perfect data layer for your backend

GraphQL, a query language for reading and modifying data from APIs, is growing in popularity. Data from the State of JavaScript 2020 reports that 44.3% of respondents said they had used GraphQL API in 2020, compared to 5% in 2016. Many Fortune 500 companies use GraphQL API for their backends in production; top companies like Facebook and GitHub use the API technology to improve their product offerings and boost system performance.

With the ever-changing technology landscape, you might have doubts about adopting GraphQL API for your backend and be unsure how it can improve your current data needs. However, regardless of what language or architecture you are using, GraphQL API can help simplify data access, supercharge the product development process, improve application performance, and handle complex backend data scenarios.

One unified endpoint for your backend

One advantage of GraphQL API is that it provides a single unified endpoint for your backend to meet both client and general API use cases. A single GraphQL API can handle all the client’s requests and forward them to the correct backend service.

As companies and their products scale, REST endpoints can become large and incredibly hard to manage. One of the main problems in REST is the N+1 problem, where the client calls the server N+1 times to get N number of resources, mainly because a single REST resource does not provide enough information for the client to operate with.

Brennan Saeta, an infrastructure engineer at Coursera, cited centralizing REST APIs for simple consumption by the client as one of the reasons why GraphQL API appealed to them.

GraphQL API hides the complexity of the underlying backend system by aggregating the required data from different sources and providing a simple interface that clients can communicate with through a single resource.

Improved application performance

GraphQL API improves application performance by reducing JSON payload size and network overhead from multiple API calls. By allowing the client to specify its data requirements, GraphQL APIs eliminate the need for unnecessary generic data being passed from the backend and minimize the number of roundtrips required to retrieve backend data.

As companies scale and iterate their products, the data required by different clients and pages changes. In REST API design, when new requirements arise, developers must decide whether to create a new endpoint and have clients make a new request for that data or add more data to an existing endpoint. The first option leads to more server roundtrips, and the second option increases payload size, both of which can hinder app performance.

With more applications being accessed over flaky mobile networks and app speed being an important metric for retaining users, minimizing server roundtrips and data transferred over the wire is paramount. Companies like Netflix and Pulley have reported faster page load times and overall app performance after switching to GraphQL APIs.

With GraphQL APIs, clients receive only the data they specify from the backend server in a single trip, saving network bandwidth and resources.

Improved system reliability

GraphQL API improves system reliability by ensuring that client queries are valid and in sync with the GraphQL schema specification before query execution. GraphQL uses a type system that describes what type of data can be queried from the backend server and in what form it exists. A strongly-typed schema offers enhanced security over REST APIs by preventing breaches like SQL injection and unintentional data leaks, resulting in a more secure and reliable application.

Type-safety ensures that any breaking changes by the backend server would be caught by clients consuming the data, resulting in less downtime. With GraphQL APIs, you can modify and deprecate API fields while still maintaining backward compatibility. It is easier to know which fields in the API are being used by what clients and which ones are not. With GraphQL, API developers can confidently make changes to the existing APIs without breaking the existing functionality.

Swiggy, India's largest food delivery platform, discussed how adopting GraphQL API for their backend enabled them to make changes to their existing APIs without breaking the consumer application.

Ultimately, GraphQL ensures API consistency, reliability, and security, which results in better system performance.

Better developer experience

Adopting GraphQL APIs improves the developer experience for both frontend and backend developers. Backend developers want to build APIs that are intuitive and easy to explore and navigate. GraphQL helps with that by reducing the time spent documenting APIs.

Through a concept known as introspection, GraphQL APIs allow clients to query the schema and discover the resources available on it. With excellent tools and libraries like the GraphiQL IDE, the interactivity for GraphQL API endpoints is much more intuitive for the developer.

API consumers want APIs that are flexible, easy to integrate, and support a variety of client use cases (Web, iOS, and Android). Because of REST's inflexibility, it is challenging to create a single endpoint that can meet all of the client’s data requirements. Often the same client has to call multiple APIs to get the data it needs from the backend. Additionally, with REST APIs, frontend developers have to rely on the backend for API specifications before building product features, leading to slower development time.

Peter Downs, director of engineering at fintech startup Pipe, mentioned how choosing GraphQL API early on cut their development time by 90%. With GraphQL APIs, frontend and UI developers can quickly and easily iterate on features by simply specifying the data requirements in the GraphQL API, thereby reducing the dependence on backend developers to make changes.

Getting started with GraphQL API

The best way to learn GraphQL is by getting your hands dirty and building applications with it. Depending on your language of choice, there are GraphQL libraries in many different languages to help you get started.

You can start by:

  • Creating a simple project using GraphQL APIs: We recommend this full-stack tutorial on our learning platform that walks you through building a real-time to-do app using GraphQL APIs.
  • Migrating an existing REST API to GraphQL API: We have an array of tutorials in multiple languages (Node.js, Python, Ruby on Rails, Go, Java) to help you get started with this.
  • Integrating a GraphQL API on the frontend: We put together a list of courses that help you get started with integrating GraphQL in your frontend application.

As with any new technology, adopting GraphQL APIs for your backend and building high performant GraphQL backends requires experience, which is not peculiar to GraphQL alone.

Suppose your application relies heavily on interconnected data, or you aim to develop an API to be used across several clients, or perhaps you are looking for a high-performant API solution for your backend that minimizes bandwidth usage. In that case, GraphQL API is a perfect data layer for your backend.
Hasura is an open-source GraphQL API engine that helps you instantly set up a scalable and real-time GraphQL backend, speeding up development time and making your engineering teams super productive. Sign up here.


Blog
25 Nov, 2021
Email
Subscribe to stay up-to-date on all things Hasura. One newsletter, once a month.
Loading...
v3-pattern
Accelerate development and data access with radically reduced complexity.