question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sample wanted for apollographql/apollo-android

See original GitHub issue

About the library

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:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jmfayardcommented, Oct 7, 2020

Sure thing!

1reaction
oppongjrcommented, Oct 7, 2020

@jmfayard can you assign this to me?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found