GraphQL.RepoDb.SqlServer by BBernard / CajunCoding

<PackageReference Include="GraphQL.RepoDb.SqlServer" Version="11.0.4.3" />

 GraphQL.RepoDb.SqlServer 11.0.4.3

A set of extensions for working with HotChocolate GraphQL and RepoDb as the data access micro-orm without dependency on IQueryable. This enables fully encapsulated control over SQL queries in every way within a Service or Repository layer of your application. This extension pack provides a significantly simplified facade to access critial elements such as Selections/Projections, Sort arguments, & Paging arguments with support for mapping them to Models using built in RepoDb functionality. It also leverages RepoDb to provide a generic, Relay spec compatible, cursor pagination/slice query api for Sql Server.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>GraphQL.RepoDb.SqlServer</id>
    <version>11.0.4.3</version>
    <authors>BBernard / CajunCoding</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/cajuncoding/GraphQL.RepoDb</projectUrl>
    <description>A set of extensions for working with HotChocolate GraphQL and RepoDb as the data access micro-orm without dependency on IQueryable.  This enables fully encapsulated control over SQL queries in every way within a Service or Repository layer of your application. This extension pack provides a significantly simplified facade to access critial elements such as Selections/Projections, Sort arguments, &amp; Paging arguments with support for mapping them to Models using built in RepoDb functionality.  It also leverages RepoDb to provide a generic, Relay spec compatible, cursor pagination/slice query api for Sql Server.</description>
    <releaseNotes>- Optimized paging algorithm to eliminate the dependency on TotalCount for computing HasPreviousPage/HasNextPage paging metadata.
      - Optimized TotalCount query to now only be executed when requested (e.g. User requests totalCount in the GraphQL query).
      - Add full RepoDB support for OffsetPaging (e.g. using Skip/Take instead of Batch Query (Page Size/Page Number).
      - Some code cleanup and optimizations.
      - Sync version with the latest Pre-processing Extensions.

      Prior Releases Notes:
      - Add support (and fix consistency) with CommandTimeout for all query methods.
      - Add .ConfigureAwait(false) to all awaits for performance.
      - Bump version to HotChocolate v11.0.4.
      - Bump to HotChocolate v11.0.2 and sync with PreProcessingExtensions issue fix release.
      - Bump to HotChocolate v11.0.1 which now resolves a bug that we helped identify with interfaces in the initial release of v11.0.0.
      - Fix issue with Sort/OrderBy field not working if not also part of Selection. OffsetPaging is not working, it's still work in progress. But this release provides ability to trace log out some details for the query, execution time, etc. Also improves support for cancellation token throughout DB calls and minor optimizations and cleanup.</releaseNotes>
    <copyright>Copyright ©  2020</copyright>
    <tags>graphql, graph-ql, hotchocolate, azure, repository, service, repodb, dapper, petapoco, sqlkata, sorting, paging, cursor</tags>
    <repository url="https://github.com/cajuncoding/GraphQL.RepoDb" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="GraphQL.PreProcessingExtensions" version="11.0.4.3" exclude="Build,Analyzers" />
        <dependency id="RepoDb.SqlServer" version="1.1.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>