mxming
10/07/2017, 10:01 AMagartha
10/07/2017, 10:05 AMoptions
with a property `token`:
import Graphcool from 'graphcool-lib'
const graphcool = new Graphcool('__PROJECT_ID__')
const api = graphcool.api('simple/v1', { token: '__TOKEN__')
mxming
10/07/2017, 3:59 PM