diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index ccb9e1ed01..7da4a7c81a 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -345,6 +345,12 @@ Add Entity Framework `IQueryable` support to GraphQL. [GitHub repository](https://github.com/SimonCropp/GraphQL.EntityFramework) | [NuGet](https://www.nuget.org/packages/GraphQL.EntityFramework/) +### EntityGraphQL + +GraphQL server with tight EntityFramework integration. For EF Core: 5, 6, 7. + +[GitHub repository](https://github.com/EntityGraphQL/EntityGraphQL) | [NuGet](https://www.nuget.org/packages/EntityGraphQL) + ### OData A standard for implementing REST APIs with specifications for discovery, filtering, sorting, projections, navigations, bulk operations, and more.