Vlad

Results 98 comments of Vlad
trafficstars

@kitten gentle ping 👀

@yurks I deployed these changes to production, found one problem. Uploading files does not work in mutations, it sends `{}` instead of `File`

@sunli829 Hi! Can you take a look at this? Cause we're late for two majors.

@sunli829 Hi! Could you please consider this PR too?

Depends on this PR https://github.com/async-graphql/async-graphql/pull/1672, since the tracing library is now required directly and therefore is not build.

Hi! I prefer an approach where we use `MaybeRefOrGetter` only for `variables`. In my code, I always write something like this: ```ts useFetchThreadCommentsQuery({ variables: () => ({ subjectId: props.subjectId, after:...