ios-graphql
ios-graphql copied to clipboard
iOS code examples with GraphQL, Apollo & more
https://github.com/graphql-boilerplates/ios-graphql/tree/master/quickstart-with-apollo mentions a "full tutorial" but the link is broken
https://github.com/graphcool-examples/react-apollo-auth0-example/blob/master/src/components/App.js#L21 http://dev.apollodata.com/react/auth.html#login-logout `props.client.resetStore();`
> happens when you try to visit a page that should only be visible by authenticated user but you are not. it comes from the route push @marktani
Currently a user signs up in the auth0 dialog and then has to reenter their email and in the case of 3rd party auth their name on the `/signup` route....