Combine GraphQL with Java to build a flexible and modern API

Posted by bob on Aug 19, 2020 5:46 AM EDT
Opensource.com; By Daniel Oh
Mail this story
Print this story

In the past few years, developers have used RESTful web services over HTTP(s) to expose business functions using an API. The REST API uses server-driven fixed data responses, which means a developer (client) can't determine the result of a response. Instead, the server sends all the data back to the client, which is called over-fetching. The developer (client) needs to invoke multiple REST APIs after the first call until the client gets the required data, which results in under-fetching.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Developer

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.