data returned from useOne is always undefined even if the query is responding correctly
I have this graphql based useOne implementation. The request and response is okay when checked in the network tab but the data returned by the useOne() hook is undefined.
