Chris Hale
Chris Hale
I needed to use `overlfow-x: hidden` on my html element for Safari, for some reason applying to the body didn't work. One possible way round this would be to create...
On reflection I'm not sure if this is really the best solve, as it might break in earlier or future versions of react-query. Because the use of react-query is optional,...
> For example in your implementation you did not add the type of Scalars to your TResult, so I dont think you will get the correct types for scalar fields....
I would really like this also, I've yet to come across a GraphQL server that specifically requires all union variants in a request, so this feels like an easy win...
I have seen some GraphQL servers implement a `... on Error` for when something goes wrong but I think it's far more typical that when you don't pass the union...