Paweł Zubkiewicz

Results 11 issues of Paweł Zubkiewicz

Hi there, I try to use graphcool-lib in the following way: ``` const client = Graphcool(gcProjectId, { token: gcToken }) const api = client.api('simple/v1') api.request(` some graphql query`) ``` But...