npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

graphql-query

0.1.2

@yhsiang

npmSnykSocket
Downloads:2
$ npm install graphql-query
DailyWeeklyMonthlyYearly

graphql-query

A graphql query generator.

Usage

import Generator from 'graphql-query';

const data = { hello: "world" };

console.log(Generator(data))
// { hello }

Development

  1. $ npm install
  2. $ npm test

License

MIT