ap-justin

Results 3 comments of ap-justin

@markerikson, I had success on the `result` side of things with ```ts type GenericResult = TypedUseQueryHookResult< Queries[T]["result"], Queries[T]["args"], Base >; ``` my problem now is dealing with the `options`, particularly...

Hi, +1 we also have this usecase > To be more specific, I'm interested in setting up the customState of the federatedSignIn of the Auth. In this way the app...

Thank you! @Thunnini. I will try your suggestion