I added the apollo ios client so that we can connect with our graphql backend. Right now there's just a really basic test query that just returns a user (me 😄). I added a button to the front page so you can test this out. To test this out you need to add the AWS AppSync API key to the AppSettings file.
...
API_KEY=OUR_AWS_API_KEY
Dev Notes
I added a configuration for staging which is our current stage. When we are ready for release we can create a new configuration file for that and just set it for release. The configuration file could be the same, it's just nice to have two environments.
Update
I added the apollo ios client so that we can connect with our graphql backend. Right now there's just a really basic test query that just returns a user (me 😄). I added a button to the front page so you can test this out. To test this out you need to add the AWS AppSync API key to the AppSettings file.
Dev Notes
I added a configuration for
staging
which is our current stage. When we are ready for release we can create a new configuration file for that and just set it for release. The configuration file could be the same, it's just nice to have two environments.Reference
Fixes: #18 #19