0.1.2 • Published 10 years ago
graphql-query v0.1.2
graphql-query
A graphql query generator.
Usage
import Generator from 'graphql-query';
const data = { hello: "world" };
console.log(Generator(data))
// { hello }
Development
$ npm install
$ npm test
License
MIT
0.1.2
10 years ago