7.1.1 • Published 4 years ago

@hiro-graph/gremlin v7.1.1

Weekly downloads
847
License
MIT
Repository
github
Last release
4 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

4 years ago

6.0.3

6 years ago

7.1.1

6 years ago

7.1.0

6 years ago

6.0.1

6 years ago

7.0.0

6 years ago

6.0.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago