Generate a GraphQL API from your SQL database in minutes.
- Lightning fast and light weight
- Generates GraphQL Types from database Schema
- Generates Queries and Insert, Update and Delete Mutations
- Advanced Set querying logic
- Where conditions
- Order by
- One-To-Many joins
- Many-To-Many joins
- Paging
- Connections
- Support for more databases
- Documentation
Use extension method to quickly add the required services to IServiceCollection:
services.UseGraphQL(_connectionString);