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:
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". 👇
Package for GraphQL-DotNet project
Install-Package GraphQl.EfCore.Translate.DotNet
Or
Package for HotChocolate project
Install-Package GraphQl.EfCore.Translate.HotChocolate
-
GraphQl.EfCore.Translate.DotNet
- net6.0
- GraphQL (>= 4.6.1)
-
GraphQl.EfCore.Translate.HotChocolate
- net6.0
- HotChocolate (>= 12.3.2)