The name kind of gives it away, but Apollo GraphQL has long focused on helping developers use the GraphQL query language for APIs to integrate data from a variety of services. Over the course of the ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
A fledgling open source startup that’s setting out to tackle API sprawl in the GraphQL ecosystem has secured the backing of e-commerce giant eBay. WunderGraph, as the company is called, today said it ...
Anyone who's ever tried to build distributed applications (dApps) on the (Ethereum) blockchain would concur: Although blockchains are conceptually quite close to databases, querying databases feels ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Ramya Krishnamoorthy shares a detailed case ...
If GraphQL is the data-access API of the future, then MongoDB wants to be a part of it. That much is evident from today’s announcement that the popular document-style NoSQL database is now serving ...
GraphQL gives clients who call your Web services the ability to specify what properties of your data objects they want. Here are two ways to let those clients also specify which data objects they want ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Representational state transfer, popularly known as REST, is all the rage these days. First ...
GraphQL is a developer's tool of choice for developing efficient and evolvable APIs. Here's a first look at the tools and concepts that will help you get started. Developed by Facebook and released as ...
GraphQL lets you create data access services without writing controllers. Instead of writing procedural code, you declare schemas describing what queries you'll accept and what you're willing to ...