Skip to content

Instantly share code, notes, and snippets.

@arunoda
Created December 15, 2015 08:07
Show Gist options
  • Save arunoda/d1b2311e54d302356053 to your computer and use it in GitHub Desktop.
Save arunoda/d1b2311e54d302356053 to your computer and use it in GitHub Desktop.
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