Consuming GraphQL in C#
Slides
Video Recording
Code Samples
- DotNetGraphQL
- The completed app from today's live coding session
- Demonstrates how to create a GraphQL backend in C# using GraphQL-DotNet
- Demonstrates how to consume a GraphQL backend in C# using Xamarin and GraphQL.Client
- SimpleXamarinGraphQL
- Demonstrates how to use GraphQL.Client to make a GraphQL auery to the GitHub GraphQL API using a Xamarin app
- GitTrends
- A more complex sample app, demonstrating how to do pagination requests to a GraphQL endpoint using C#8.0 and
IAsyncEnumerable
- A more complex sample app, demonstrating how to do pagination requests to a GraphQL endpoint using C#8.0 and
GraphQL Resources
- GraphQL.org
- Using Postman with GraphQL API
- GraphQL for .NET
- GraphQL vs REST
- GraphQL vs OData
- Awesome GraphQL