athanbonis / Athens-.NET-Meetup-2023-GraphQL

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:C# 100.0%