cajuncoding / GraphQL.RepoDB

A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). 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 Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control).
MIT License
41 stars 5 forks source link

Feature/add net6.0 build target support and update to hc v12.4.1 #9

Closed cajuncoding closed 2 years ago

cajuncoding commented 2 years ago

Fixes to Unit Tests and testing of all updates. Bump version to publish to Nuget with release notes. Release Notes: