Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.82 KB

GraphQl.EfCore.Translate

Hello 👋

The package adds extensions to EntityFrameworkCore that allow you to transform a GraphQL query into an EntityFrameworkCore query. The project solves the problem of a large amount of data dumping 🐘, filtering related data 🚦 and adding calculated fields 💣.

The project is split into two libraries:

  • GraphQl.EfCore.Translate.DotNet NuGet version
  • GraphQl.EfCore.Translate.HotChocolate NuGet version

The library is designed to work with GraphQL and HotChocolate projects.

No special settings or circuit changes are required to get started. Check out the section "Start". 👇

Documentation

Wiki

Start 🔞

Install the package

Package for GraphQL-DotNet project

Install-Package GraphQl.EfCore.Translate.DotNet

Or

Package for HotChocolate project

Install-Package GraphQl.EfCore.Translate.HotChocolate

Dependencies versions

3.1.3

  • GraphQl.EfCore.Translate.DotNet

    • net6.0
    • GraphQL (>= 4.6.1)
  • GraphQl.EfCore.Translate.HotChocolate

    • net6.0
    • HotChocolate (>= 12.3.2)