simpleql-parse
v1.2.2
Published
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![npm download][download-image]][download-url]
Downloads
21
Readme
SimpleQL
A simple query language, just like grathql, but much simple.
Usage
import { parse } from 'simpleql-parse';
const astTree = parse(`
$root: Member {
honourMember: member
payerStatus
}
foo: All
Contract(id: $id)
clause: Fengdie(path: insmutual_clause, base: $foo) {
a
b: bdc
}
latest: *Fengdie(insxhbbff_old_upgrade)
`);