An open API service indexing awesome lists of open source software.

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

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.