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-graphqxlor
npm install --save-dev node-graphqxlThe graphqxl binary will be available for compiling .graphqxl schemas.
{ "name": "my-package", "scripts": { "generate": "graphqxl my-file.graphqxl" } }