React-Native + ApolloJS: Sequential Requests without await – React native
Package info: "@apollo/client": "^3.6.8", "apollo-link-logger": "^2.0.0", "apollo-link-token-refresh": "^0.4.0", "graphql": "^16.5.0", "graphql-tag": "^2.11.0", "react": "17.0.2", "react-native": "=0.68.0", I am making sequential requests in React.FC by calling Apollo client repeatedly, awaiting each request. const loadData = async() => { await wait(800); await…