Xamarin + GraphQL
Orlando Code Camp 2019
https://www.orlandocodecamp.com/Sessions/Details/128
Recording
Slides
Sample Apps
- DotNetGraphQL
- 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
- The completed sample app from today's live coding presentation
- 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
GraphQL Resources
- GraphQL.org
- Using Postman with GraphQL API
- GraphQL for .NET
- GraphQL vs REST
- GraphQL vs OData
- Awesome GraphQL