-
-
Notifications
You must be signed in to change notification settings - Fork 803
Open
Labels
Description
Product
Hot Chocolate
Is your feature request related to a problem?
Good afternoon, I need a consultation on your product. We are using your library as a refinement of graphql software. Tell me, do you have support for receiving unbuffered data on the server for the client? We are writing code in C# with EF core integration. ASP.NET and we use query as a streamresult attribute on the method.
Example: [StreamResult] public IAsyncEnumerable getPersons();
We do not want to buffer the data on either the server or the client, but directly send the data received by the graphql query. How would we do this with your library?
Thank you in advance for any response!
The solution you'd like
need a consultation*