Xamarin + GraphQL
Xamarin Developer Summit 2019
https://xamarindevelopersummit.com/
Recording
Slides
Code Samples
- 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
- 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
Xamarin Resources
- Xamarin Source Code
- Getting Started with Xamarin
- Getting Started with Xamarin.Forms
- Install Visual Studio (PC) + Xamarin
- Install Visual Studio for Mac + Xamarin
- Microsoft Learn: Build Mobile Apps With Xamarin.Forms