UNPKG

gremlin-helper

Version:

A wrapper around the gremlin client to introduce model validation and other useful functionality to use within a web api.

8 lines (7 loc) 184 B
export * from './Client'; export * from './Edge'; export * from './Ops'; export * from './QueryBuilder'; export * from './Schema'; export * from './TypeOps'; export * from './Vertex';