• Home
  • Open Source
  • Web development
  • Business
  • About me

graphql

2 post

web-development

Apollo Graphql PromiseRejectionHandledWarning: Promise rejection was handled asynchronously

This weird error that took me a while to debug and in the end it had a very simple solution.TL;DRError message: PromiseRejectionHandledWarning: Promise rejection was handled asynchronouslySolution: I was sending an integer when a param of type string was expected.
25-02-2018react-nativegraphqlapollo
web-development

React native with Apollo Graphql works on iOS but not on Android

My React Native app was working without problems on iOS but when I started expo to run the app on my android phone I had this weird graphql error: Unhandled (in react-apollo:Apollo )
24-02-2018react-nativeapollographql
Go to Previous Page
Go to Next Page