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.18k stars 739 forks source link

DbContext access modifiers #7199

Closed naymore closed 2 months ago

naymore commented 3 months ago

Product

Hot Chocolate

Is your feature request related to a problem?

Can we please have internal access identifiers? Currently I need to make DbContext instances all public in order for HotChocolate to work.

The solution you'd like

Ability to use internal DbContexts.

michaelstaib commented 3 months ago

Can you provide a code example? I do not really get what you mean here. You can use internal resolvers if that is what you are asking for.

glen-84 commented 2 months ago

Closing, as no response has been received from the author.