Skip to content

Missing boolean/Boolean types in gremlin.Types? #65

@saidimu

Description

@saidimu

Boolean and boolean types aren't exposed in gremlin.Types. Is this by design?

> var Gremlin = require('gremlin');
> gremlin = new Gremlin({
        classpath: [ path.join(__dirname, 'target', '**', '*.jar') ],
        options: [ ... ]
    });

> gremlin.ClassTypes
{ String: {},
  Vertex: {},
  Edge: {},
  Byte: {},
  Character: {},
  Double: {},
  Float: {},
  Integer: {},
  Long: {},
  Short: {},
  Number: {},
  BigDecimal: {},
  BigInteger: {} }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions