Created
December 15, 2015 08:07
-
-
Save arunoda/d1b2311e54d302356053 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
import Lokka from 'lokka'; | |
import HttpTransport from 'lokka-transport-http'; | |
const client = new Lokka({ | |
transport: new HttpTransport('http://graphql-swapi.parseapp.com/') | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment