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