/Athens-.NET-Meetup-2023-GraphQL

This repository contains the demo application that presented in the Athens .NET Meetup 2023 - Let's Talk about GraphQL.

Primary LanguageC#Apache License 2.0Apache-2.0

Athens-.NET-Meetup-2023-GraphQL

This repository contains the demo application that presented in the Athens .NET Meetup 2023 - Let's Talk about GraphQL.

The repository includes also 3 branches that represent the three parts of the demo:

  1. Basic Query of a List of Movies
  2. Query a List of Movies from an InMemory Database and Reviews of the Movies fetched from an External Service (Mocked)
  3. Query a List of Movies from an InMemory Database and Reviews of the Movies fetched from an External Service (Mocked) using Data Loader

Trying it out

You'll need the .NET 6.0 SDK or later to run the sample. Check the version you have installed with:

dotnet --version

After checking out this repository or downloading a zip file of the source code, you can run the project with:

dotnet run