kirill-stepanishin commented on code in PR #3427: URL: https://github.com/apache/tinkerpop/pull/3427#discussion_r3289924790
########## docs/src/reference/gremlin-variants.asciidoc: ########## @@ -1671,6 +1671,7 @@ can be passed in the constructor of a new `Client` or `DriverRemoteConnection` : |options.traversalSource |String |The traversal source. |'g' |options.headers |Object |Additional HTTP header key/values included with each request. |undefined |options.interceptors |RequestInterceptor/RequestInterceptor[] |One or more functions that can modify the HTTP request before it is sent. |undefined +|options.numberMode |String |Set to `'precise'` to wrap deserialized numbers in typed wrappers that preserve the server's original type. |undefined Review Comment: Swapped to a boolean, thanks for the suggestion -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
