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

Updates to simplify naming to be more consistent with RepoDb conventi… #16

Closed cajuncoding closed 5 months ago

cajuncoding commented 5 months ago

…ons. Improve naming of Integration Test classes.