Skip to content

The package adds extensions to EntityFrameworkCore that allow you to transform a GraphQL query into an EntityFrameworkCore query. The library is designed to work with GraphQL and HotChocolate projects.

License

Notifications You must be signed in to change notification settings

Uka4me/GraphQl.EfCore.Translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

The package adds extensions to EntityFrameworkCore that allow you to transform a GraphQL query into an EntityFrameworkCore query. The library is designed to work with GraphQL and HotChocolate projects.

Topics

Resources

License

Stars

Watchers

Forks