gabotechs / node-graphqxl

Node wrapper for the GraphQXL compiler https://github.com/gabotechs/graphqxl

Home Page:https://github.com/gabotechs/graphqxl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-graphqxl

or

npm install --save-dev node-graphqxl

Usage

The graphqxl binary will be available for compiling .graphqxl schemas.

{
  "name": "my-package",
  "scripts": {
    "generate": "graphqxl my-file.graphqxl"
  }
}

About

Node wrapper for the GraphQXL compiler https://github.com/gabotechs/graphqxl

https://github.com/gabotechs/graphqxl


Languages

Language:JavaScript 100.0%