Sample wanted for apollographql/apollo-android
See original GitHub issueAbout the library
- Description: 🤖 A strongly-typed, caching GraphQL client for the JVM, Android and Kotlin multiplatform
- GitHub: https://github.com/apollographql/apollo-android
- Official website:
What the sample could do
Use the sample from the Apollo tutorial
query LaunchList {
launches {
cursor
hasMore
}
}
https://www.apollographql.com/docs/tutorial/introduction/ https://apollo-fullstack-tutorial.herokuapp.com/
Wants to contribute the sample?
- Say so in a comment here
- Follow instructions in CONTRIBUTING.md
- Submit your pull request!
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Migrating to Apollo Kotlin 3.0 - Apollo GraphQL Docs
Specifying schema and .graphql files. Apollo Android 2.x has a complex logic to determine what files to use as input. For example, it...
Read more >Apollo GraphQL Client for Android - GitHub
Follow these steps: Create the directory graphql inside the main directory and create new directory structure like com/apollographql/apollo/sample/ so that the ...
Read more >Android Tutorial Part 1: Using Apollo library to fetch data from ...
In this tutorial, I will show how to use the Apollo library to fetch data from the Rick and Morty GraphQL endpoint. I...
Read more >apollographql/apollo-android - CD2H gitForager
The android-only parts are in apollo-android-support and are only needed to use ... file at apollo-sample/src/main/graphql/com/apollographql/apollo/sample/ ...
Read more >GraphQL with Android. Giving REST a rest! | by Lavanya Gaur
Apollo -Android will generate models in the org.aerogear.graphqlandroid package. Put your GraphQL queries and mutation in a .graphql file. For example: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Sure thing!
@jmfayard can you assign this to me?