Xamarin + GraphQL
Video
https://channel9.msdn.com/Events/Xamarin/Xamarin-Developer-Summit-2019/XamarinGraphQL
Slides
https://www2.slideshare.net/BrandonMinnickMBA/xamarin-graphql-239693117
Code Samples
- GitTrends
- An open-source iOS + Android app written in Xamarin.Forms, available on the App Stores (download it today!) that leverages the GitHub GraphQL APIs, demonstrating how to do pagination requests to a GraphQL endpoint
- 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 query to the GitHub GraphQL API using a Xamarin app
GraphQL Resources
- GraphQL.org
- Using Postman with GraphQL API
- GraphQL for .NET
- GraphQL vs REST
- GraphQL vs OData
- Awesome GraphQL