How do I use XYZ ORM/database with GraphQL.NET?
The first thing you need to know is that GraphQL itself is not in any way a database access language. This library will work with any data source that you provide. Here are a few resources for specific data sources.
Entity Framework
- Entity Framework Blog Series by Fiyaz Hasan
- Entity Framework by Jacek Kościesza
- GraphQL.EntityFramework Adds EntityFramework Core IQueryable support by Simon Cropp