Files
examples/with-apollo/README.md
2020-05-14 18:20:48 -04:00

972 B

Apollo GraphQL Example

Supports Expo iOS Supports Expo Android Supports Expo Web

🚀 How to use

  • Install with yarn or npm install.
  • Run expo start to try it out.

📝 Notes

  • The Apollo configuration lies in the apollo.js file.
  • The file also contains an option (with commented code) to pass an authorization token to the API.
  • Apollo Client Docs