Skip to content

Instantly share code, notes, and snippets.

@FilipeLipan
Created April 18, 2018 14:11
Show Gist options
  • Save FilipeLipan/0dced465e91b3203899cf2bf8db185ec to your computer and use it in GitHub Desktop.
Save FilipeLipan/0dced465e91b3203899cf2bf8db185ec to your computer and use it in GitHub Desktop.
private val BASE_URL = "https://api.github.com/graphql"
private lateinit var apolloClient: ApolloClient
**********
apolloClient = ApolloClient.builder()
.serverUrl(BASE_URL)
.okHttpClient(okHttpClient)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment