ChilliCream / graphql-platform

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
https://chillicream.com
MIT License
5.22k stars 743 forks source link

Update v14 docs on entity framework integration #7624

Open juantxorena opened 3 days ago

juantxorena commented 3 days ago

The v14 docs (still marked unstable somehow) show how to register the dbContext with a method RegisterDbContext, so you can make it pooled, resolver, or whatever. That method doesn't exist anymore, now there's only a RegisterDbContextFactory, and the enum DbContextKind doesn't seem to exist anymore (so I have no idea how to register it as pooled).

glen-84 commented 3 days ago