1.0.3 • Published 4 years ago

codql2graph v1.0.3

Weekly downloads
52
License
MIT
Repository
github
Last release
4 years ago

codql2graph

NPM version build status Test coverage npm download

A query language for cod.

Badges

TNPM version TNPM downloads install size node >=6.0.0


Usage

import { astTree2puml } from 'codql2graph';
const plantuml = astTree2puml(`
  $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)
`);
1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago