Hot Chocolate is a GraphQL server and parser implementation based on the current GraphQL June 2018 specification defined by Facebook. We are currently in the process of closing some gaps and hope to ...
Stable binaries are published to NuGet.org and contain everything needed to use the .NET SDK for Xurrent GraphQL in your application. This SDK simplifies integration with the Xurrent GraphQL API by ...
“GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives ...
HotChocolate – GraphQL Made Powerful & Simple in .NET Core REST APIs are great… until clients start asking: “Can I get only these fields?” “Can we combine multiple API calls into one?” “Can we shape ...
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 ...
GraphQL seems to be spreading like wildfire, and there's a reason for that. As REST APIs are proliferating, the promise of accessing them all through a single query language and hub, which is what ...
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 ...
Manish Jain and Josh McKenzie are both engineer rock stars who wear many hats. They also have something else in common: they are both avid GraphQL users and builders, despite getting there from ...
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 ...