7.1.1 • Published 2 years ago

@hiro-graph/gremlin v7.1.1

Weekly downloads
847
License
MIT
Repository
github
Last release
2 years ago

@hiro-graph/gremlin: Gremlin Query Builder for HIRO Graph

Provides an imperative interface for building and composing Gremlin queries for use with the HIRO Graph API.

installation

$ npm install @hiro-graph/gremlin

usage

import queryBuilder, { T, long } from "@hiro-graph/gremlin";

const query = queryBuilder();

query
    .outE("edge")
    .has("ogit/_in-type", "ogit/Foo")
    .hasNot("ogit/_created-on", T.lt, long(Date.now() - 1000));

missing features

  • placeholder support
6.0.5

2 years ago

6.0.3

4 years ago

7.1.1

4 years ago

7.1.0

5 years ago

6.0.1

5 years ago

7.0.0

5 years ago

6.0.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago