Shane Krueger
Shane Krueger
This RFC for Persisted Documents as currently written is now supported in [GraphQL.NET 8.0.1](https://www.nuget.org/packages/GraphQL) and [GraphQL.NET Server 8.0.1](https://www.nuget.org/packages/GraphQL.Server.Transports.AspNetCore). Please try it out! Notes: - Supported for GET, JSON POST, url-encoded...
I agree (i.e. don't require support), although considering that existing servers (including GraphQL.NET Server) support `application/graphql`, it may be worthwhile to publish a brief appendix that outlines the suggested support...
@gao-artur This issue is causing a problem for some users. Let me know when you are back at a PC and can review it. Thanks!
I'm all for adding important security notes or references when appropriate to the spec as a note. As it particularly relates to `multipart/form-data`, we should be sure not to strictly...
> What we need to get rid of the the json array as this will not allow for streaming, out of order responses and incremental delivery. Right, but that's also...
@gao-artur lmk if you have any comments about this proposal. For reference, see the current interface definition below. (I'm going to implement this for my own code now, but since...
I would except they (default interface implementations) are not supported by .NET Framework so still a breaking change for what is officially a supported framework. (And people do use it...
I will port this PR over for v9 at the appropriate time: - https://github.com/Shane32/GraphQL.AspNetCore3/pull/82 Feel free to comment on it if you like. I don't think there's any rush, per...
In short it will add another package for a standardized way of handling JWT bearer tokens in the gql init call, fully linking into ASP.Net Core's JWT bearer handling, including...
We can of course review that additional package, and decide whether it is appropriate to release or not -- maybe we just update the sample instead.