CS-UCR / senior-design-project-project-memoir

senior-design-project-project-memoir created by GitHub Classroom
MIT License
1 stars 0 forks source link

Feature/apollo client #25

Closed borozcod closed 2 years ago

borozcod commented 2 years ago

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.

...

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.

Reference

Fixes: #18 #19