node-graphqxl
v0.40.2
Published
GraphQXL node wrapper
Readme
node-graphqxl
Node wrapper for compiling GraphQXL schemas in JS based projects. The original GraphQXL project can be found here https://github.com/gabotechs/graphqxl
Install
Add node-graphqxl as a dev dependency
yarn add -D node-graphqxlor
npm install --save-dev node-graphqxlUsage
The graphqxl binary will be available for compiling .graphqxl schemas.
{
"name": "my-package",
"scripts": {
"generate": "graphqxl my-file.graphqxl"
}
}