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 ...
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 ...
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 ...
GraphQL and React go together like chocolate and peanut butter, yum. GraphQL can help you write expressive queries to pull as much or as little from your APIs as needed. The GraphQL type system is ...
Roughly six months after introducing its cloud service last summer, Hasura is joining the rest, or shall we say, REST of the world, so to speak. It is adding a new capability that exposes the GraphQL ...
Learn how the open standard for querying data is different from REST and Swagger, and how you can use it to build more flexible and responsive APIs. When most software developers think of web APIs, we ...
One good thing about GraphQL is that the query language makes it easy to interact with structured data and perform multiple actions with a single API call. However, that same flexibility makes APIs ...
PayPal recently published a blog post describing PayPal's adoption of GraphQL over the recent years. It started with a single Checkout application in 2018 and amounted to creating a unified federated ...