riacoding

Results 2 comments of riacoding

It appears this is an issue with React-apollo 3.0 and aws-appsync-react Related repo [https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/448](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/448) I can confirm moving back to react-apollo 2.5.8 does work

+1 excerpt of TS code in the JS example ``` interface BookTripsProps extends GetCartItemsTypes.GetCartItems {} const BookTrips: React.FC = ({ cartItems }) => { const [ bookTrips, { data }...