mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 09:03:42 +08:00
972 B
972 B
Apollo GraphQL Example
🚀 How to use
- Install with
yarnornpm install. - Run
expo startto try it out.
📝 Notes
- The Apollo configuration lies in the
apollo.jsfile. - The file also contains an option (with commented code) to pass an authorization token to the API.
- Apollo Client Docs