Consuming GraphQL using C# – Brandon Minnick, AWS



Consuming GraphQL using C# – Brandon Minnick, AWS

Consuming GraphQL using C# - Brandon Minnick, AWS

Consuming GraphQL using C# – Brandon Minnick, AWS

GraphQL has become a staple technology in the JavaScript community, but it is still relatively new and unknown in the C# world.

Join me as we explore the GraphQL tools available for .NET developers, like HotChocolate + Strawberry Shake, and how these tools make it easy to consume GraphQL APIs in C#!

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 clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. Get Started Here: https://graphql.org/