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

https://github.com/quipper/apollo-frontpage-ios-app

Apollo "hello world" app, for iOS
https://github.com/quipper/apollo-frontpage-ios-app

Last synced: 11 months ago
JSON representation

Apollo "hello world" app, for iOS

Awesome Lists containing this project

README

          

# Overview
This is a simple example Apollo iOS app inspired by https://github.com/apollographql/frontpage-ios-app. It is a very basic app, but it does demonstrate how you can hook up GraphQL query results to your UI using SwiftUI and MVVM architecture.

## Installation
This project requires Xcode 11.5 or later to build this app.

`bundle install`

`bundle exec pod install`

### Server
This app talks to the [frontpage example server](https://github.com/apollographql/frontpage-server). Follow the instructions there and start the server before running the Android app.