Created
August 7, 2017 21:48
-
-
Save shadaj/6b34b2a11bbaec747f31f5c2f0fa8a0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val client = ApolloClient(ApolloClientOptions( | |
networkInterface = Some(createNetworkInterface(NetworkInterfaceOptions( | |
uri = Some("https://1jzxrj179.lp.gql.zone/graphql") | |
))) | |
)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment