https://github.com/davidbuck/ionic-react-graphql-example
Ionic React GraphQL Example using Apollo Boost
https://github.com/davidbuck/ionic-react-graphql-example
apollo-boost ionic-5 react-16
Last synced: 8 months ago
JSON representation
Ionic React GraphQL Example using Apollo Boost
- Host: GitHub
- URL: https://github.com/davidbuck/ionic-react-graphql-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-30T10:52:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T02:09:10.000Z (over 5 years ago)
- Last Synced: 2025-02-01T03:26:17.327Z (about 1 year ago)
- Topics: apollo-boost, ionic-5, react-16
- Language: TypeScript
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic React GraphQL Example
This is a simple [Ionic React](https://ionicframework.com/docs/react) example that uses [Apollo Boost](https://www.npmjs.com/package/apollo-boost) to run queries and mutations on a mock GraphQL Backend.
Run `npm run start` to start the json-graphql-server and the Ionic client.
## Tools
- [JSON Server](https://github.com/typicode/json-server)
- [Apollo Boost](https://www.npmjs.com/package/apollo-boost)
## Versions
- [Version 1.1](https://github.com/DavidBuck/ionic-react-graphql-example/tree/v1.1) - @ionic/react 5.4.1 & React 16.14.0.
- [Version 1.0](https://github.com/DavidBuck/ionic-react-graphql-example/tree/v1.0) - @ionic/react 5.1.0 & React 16.13.1.