Starting to update this project here: https://github.com/aaronksaunders/ionic4-angular6-gql/tree/master
This is a starter project for Ionic 2 with GraphQL
This sample application integrating Ionic2 with GraphQL using the Apollo Client for Angular2
I am hosting the server on Glitch here - aks-graphql-sample1
Because of CORS issues, I needed to make a modification to my graphQL server to work properly. See the fix here
- Application shows basic user queries and mutations
- Controlling the store and UI using updateQueries as a more efficient way to update the user interface without requerying the data