Vantroy

Results 13 comments of Vantroy

My use case is I have a context that provides data from `useQuery`, along with a consumer hook that retrieves data from the context and computes a result. However, in...

The setting to enable mirroring the schema’s nullability would be perfectly helpful for me. I’m eager to see this feature come to fruition, and I’m available to assist if needed!

My use case is that I need to check that the argument can be used by the current login user. e.g. ```ts const UpdateUserInput = builder.inputType('UpdateUserInput', { fields: (t) =>...