Cyb3rWard0g / PoshGremlin

PowerShell module to expose Gremlin.NET
MIT License
5 stars 0 forks source link

.count() fails #1

Open RonZepp opened 2 years ago

RonZepp commented 2 years ago

"g.E().count()" | Invoke-Gremlin @gremlinParams

Invoke-Gremlin: One or more errors occurred. (JSON type not supported. (Parameter 'ValueKind') Actual value was Number.)

Works with PSGremlin on PS 5.1

Cyb3rWard0g commented 2 years ago

Sorry for the late reply @RonZepp ! mmm so PowerShell 5.1 works. I have to look into it and see how I can make it work with older versions.