Continuing with yesterday. I'm trying to get a dem...
# apollo-kotlin
c
Continuing with yesterday. I'm trying to get a demo of graphql working. I'm following the "get started instructions" but I'm kinda confused at this part Don't I need to call that command with some sort of URL pointing to the schema?
s
Take a look at this https://github.com/HedvigInsurance/android/blob/develop/apollo/build.gradle.kts#L21-L24 we set the url there, then you simply call what is described here https://github.com/HedvigInsurance/android/blob/develop/apollo/README.md Maybe you can follow the same setup?
b
Exactly 👆! Relevant part of the doc is here.