Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolasburk/apollo-pokedex
https://github.com/nikolasburk/apollo-pokedex
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikolasburk/apollo-pokedex
- Owner: nikolasburk
- Created: 2017-01-04T10:41:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T17:35:12.000Z (almost 8 years ago)
- Last Synced: 2024-10-02T17:21:07.345Z (about 1 month ago)
- Language: Swift
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apollo-pokedex
This is a _Pokedex_ app based on [GraphQL](www.graphql.com) and the [Apollo iOS Client](https://github.com/apollostack/apollo-ios). Please follow the instructions in the [Apollo iOS Guide](http://dev.apollodata.com/ios/installation.html) to set it up.
The app runs against a GraphQL backend from [Graphcool](www.graph.cool) and implements the following features:
- Adding a new Pokemon to the Pokedex
- Viewing and updating a Pokemon in the Pokedex
- Deleting a Pokemon from the PokedexIt uses GraphQL [queries](http://graphql.org/learn/queries/), [mutations](http://graphql.org/learn/queries/#mutations) and [fragments](http://graphql.org/learn/queries/#fragments).
Find out about more Apollo clients on [learnapollo.com](www.learnapollo.com).
If you want to learn more about how to use GraphQL, you can check out [learngraphql.com](https://learngraphql.com/).