Gerben Gaastsra
Results
1
comments of
Gerben Gaastsra
> Might be here: > https://github.com/evo-terren/Gremlin.Net.CosmosDb/blob/master/src/Gremlin.Net.CosmosDb/Serialization/GremlinQuerySerializer.cs#L184-L202 When I add an additional overload to the `class GremlinQuerySerializer` you mentioned the query is parsed correctly. ```csharp private void Serialize(IEnumerable array) { var...