Kevin Carroll

Results 8 issues of Kevin Carroll

* Added support to differentiate input strings (those provided to a query) and output strings (those returned from a query) when setting up non-nullability settings in a custom format strategy....

v2.0

When a supplied value for a list variable is not coercible into the required type specified by the operation the error message can be confusing at times: ![image](https://user-images.githubusercontent.com/23524037/183305792-0d65f080-5ebf-4aa3-bc87-981ad9721de3.png) While the...

enhancement

Currently all `OBJECT` and `INPUT_OBJECT` type generation is done via templating. This is proving a bit limiting for some special use cases where a developer may want to provide custom...

enhancement

ASPNET core requires a set of origins be supplied on the `UseWebSockets` call when configuring them. However, individual schemas should be allowed to further restrict this list on a "per...

enhancement
v2.0

Investigate and create a network adapter for the Apollo javascript client that allows apollo to do subscriptions over signalR as opposed to a flat web sockets.

enhancement
v2.0

Currently query plans are stored in process with all method and pointers intact. Develop a way to serialize query plans such that they can be serialized to Reddis or other...

enhancement
v2.0

When the configured environment is not `Development` (as defined by the environment variables) and any of the "development intensive" configuration settings are set, add a log event at the warning...

enhancement
v2.0

* Bumped the referenced version of `System.Text.Json` to comply with [CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4)