prisma-archive / graphcool-lib

A convenient tool to use in Graphcool functions to make requests against your Graphcool API
33 stars 6 forks source link

True variables support #16

Closed lastmjs closed 7 years ago

lastmjs commented 7 years ago

Adding variables as strings in JS template strings is error-prone because of escaping issues...can we get some true GraphQL variable support?

marktani commented 7 years ago

That's possible already. Look here https://github.com/graphcool/templates or here https://github.com/graphcool/graphql-request for some examples. 🙂