graphql-query
v0.1.2
Published
A graphql query generator
Downloads
11
Readme
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