Last active
December 16, 2015 14:28
-
-
Save arunoda/5565a6ddcc37a2c0c7dd 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
var Lokka = require('lokka').Lokka; | |
var Transport = require('lokka-transport-http').Transport; | |
// Create a lokka client against SWAPI GraphQL API | |
var client = new Lokka({ | |
transport: new Transport('http://graphql-swapi.parseapp.com/') | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment