Skip to content

Asp.Net Core 2, EntityFramework Core with GraphQL for DotNet working demo by @akshayblevel.

Notifications You must be signed in to change notification settings

anomepani/Core-GraphQL-NestedTableDataLoader

 
 

Repository files navigation

Asp.Net Core 2, EntityFramework Core with GraphQL for DotNet working demo by @akshayblevel.

Posted Series of article for Getting Started to Advance concept for GraphQL With Dotnet.

GraphQL In .NET Core Part One

  • Learning Scope:In this article, we will see how GraphQL works with Entity Framework Core and is exposed through Web API in .NET Core.

GraphQL In .NET Core Part Two

  • Learning Scope:In this article, we will see how we can pass an argument with GraphQL query and expose the same using Web API Core.

GraphQL In .NET Core Part Three

  • Learning Scope: In this article, we will see how GraphQL works with multiple tables and exposes through a single Web API in Core.

GraphQL In .NET Core Part Four

Learning Scope: In this article, we will see how we can load all the children of a parent class using DataLoader.

GraphQL In .NET Core Part Five

  • Learning Scope: In this article, we will see different query formats, the way of using a directive in a query, and the process of defining variables in the query.

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%