Shane Krueger
Shane Krueger
I don't have Oracle, but I found this link: * https://docs.oracle.com/database/121/SQLRF/sql_elements008.htm#SQLRF51129 Of particular interest: (added emphasis) > A quoted identifier begins and ends with double quotation marks ("). **If you...
Perhaps there should also be a global or connection-specific Oracle flag to escape all object names, replacing steps 3 & 4 of the above with the following: 3. Assume quoted...
> BTW, the other thing to discuss is whether the rule that a schema must have a query and that the root types must be object types should have explicit...
I was thinking along similar lines also: perhaps for v7 we should publish empty packages for auth/core/subscriptions that reference GraphQL.Server.Transports.AspNetCore, and deprecate those empty packages with a string that says...
I have a concern here with deprecating the removed server packages. Those packages are entirely valid packages when used with the correct version of GraphQL.NET and GraphQL.NET Server. I suggest...
Ok let’s follow their example
I'll need a little time to look at it. Hopefully I can do so tonight.
Agree @sungam3r . As of GraphQL v5, roles can be applied to the GraphQL schema rather than only policies, which would work in the method requested. (Requires implementation by the...
I’m not sure I understand exactly what you suggested @sungam3r . I would comment on the original issue/suggestion, and say I agree, but I’m not exactly sure how. I think...
@sungam3r I don’t think we should close this issue. Redesigning the schema isn’t typically an acceptable solution for most users. The feature request isn’t unreasonable and is probably a good...