https://github.com/aaronksaunders/ioniclaunchpadapp
Sample Ionic app using Apollo GraphQL Client and LaunchPad for the GraphQL Server
https://github.com/aaronksaunders/ioniclaunchpadapp
angular2 animation apollo apollo-client graphql graphql-server ionic-framework ionic2 launchpad
Last synced: about 1 month ago
JSON representation
Sample Ionic app using Apollo GraphQL Client and LaunchPad for the GraphQL Server
- Host: GitHub
- URL: https://github.com/aaronksaunders/ioniclaunchpadapp
- Owner: aaronksaunders
- Created: 2017-11-24T06:39:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T20:32:07.000Z (over 8 years ago)
- Last Synced: 2025-03-15T04:26:36.685Z (about 1 year ago)
- Topics: angular2, animation, apollo, apollo-client, graphql, graphql-server, ionic-framework, ionic2, launchpad
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Ionic GraphQL Client Example
- Using Apollo LaunchPad as the GraphQL Server => https://launchpad.graphql.com/v7mnw3m03
- [Launchpad](https://dev-blog.apollodata.com/introducing-launchpad-the-graphql-server-demo-platform-cc4e7481fcba) is an in-browser GraphQL server playground. You can write a GraphQL schema example in JavaScript, and instantly create a serverless, publicly-accessible GraphQL endpoint. We call these code snippets that live on Launchpad “pads”.
- Based on this ReactJS Example => [Exchange Rates with Coinbase API by peggyrayzis](https://codesandbox.io/s/jvlrl98xw3)
- Apollo Angular Client => https://www.apollographql.com/docs/angular/
