Workshop: GraphQL API Endpoint in .NET Core


Details
This will be a workshop around building a GraphQL API endpoint in .NET Core.
A small agenda would be:
What is GraphQL? Where would it be helpful? How can it fit your current architecture?
Learn the GraphQL basics: schema, types, queries, mutations
See how to use existing graphql public endpoints (like Twitter)
How can it be done in ASP.NET Core? Introducing the Nuget .NET libraries for GraphQL
Building our application step by step.We will work on an application that reads/writes data from a MongoDB database and exposes a graphql endpoint for queries and mutations
Estimated time: ~3h
This is a hands on workshop so max 12 people can come. You will have to bring your laptop and have Visual Studio Community 2017 (free edition) installed

Workshop: GraphQL API Endpoint in .NET Core