Mohammad Tourjoman
Mohammad Tourjoman
+1 Love the library, a fix for this would be great!
As @amireds said, this does not work in native.
Hello. We also need this for our use case. When users sign up with a Google/Apple/Facebook account with an email associated with an existing Cognito user, I am throwing an...
This is a problem for us too. I've observed the same as @flodaniel, seems a lot of issues we run into using Amplify are blocked by Cognito
Thanks @JoviDeCroock, that's very helpful.
> Generally I would say this option already exists, let's say for a local resolver you are using the `pagination` but you want to opt out of it then you...
Sounds good, much appreciated. Yeah I'm not sure where it happens but it's definitely being passed in to useQuery and not making it into the `info` object. For context I'm...
Okay I got it working, it turned out to be filtering it out because I had `requestPolicy: "network-only"` set, thank you :)