Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geocine/ioniql
ionic app which connects to a graphql server
https://github.com/geocine/ioniql
angular apollo-client graphcool graphql ionic pokemon
Last synced: about 1 month ago
JSON representation
ionic app which connects to a graphql server
- Host: GitHub
- URL: https://github.com/geocine/ioniql
- Owner: geocine
- Created: 2016-11-11T13:44:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:10:33.000Z (about 2 years ago)
- Last Synced: 2024-04-15T07:27:34.160Z (9 months ago)
- Topics: angular, apollo-client, graphcool, graphql, ionic, pokemon
- Language: TypeScript
- Homepage:
- Size: 10.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic + GraphQL
```
user: [email protected]
pass: pallet
```A simple demo application utilizing the following technologies:
- **Ionic v4** - Ionic Framework is an open source UI toolkit for building performant, high-quality mobile and desktop apps using web technologies (HTML, CSS, and JavaScript).
- **Apollo Client** - is the best way to use GraphQL to build client applications. The client is designed to help you quickly build a UI that fetches data with GraphQL, and can be used with any JavaScript front-end
- **GraphQL** - is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data
- **Angular v7** - is a platform for building mobile and desktop web applications.
- **GraphCool** - Open-source and self-hosted backend-as-a-service to develop serverless GraphQL backends.