Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 12.4.1.1 |
Author(s): | BBernard / CajunCoding |
Last Update: | Tuesday, January 11, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cajuncoding/GraphQL.RepoDb |
NuGet Url: | https://www.nuget.org/packages/GraphQL.PreProcessingExtensions |
Install
Install-Package GraphQL.PreProcessingExtensions
dotnet add package GraphQL.PreProcessingExtensions
paket add GraphQL.PreProcessingExtensions
GraphQL.PreProcessingExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- HotChocolate.Data(>= 11.0.4)
Tags
This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Resolvers (and lower level Serivces/Repositories that encapsulate all data access) without dependency on IQueryable deferred execution (e.g. EntityFramework).