Description
The Gremlin query language does not include a step to call procedures that are unique to an implementation. Adding such a step allows implementations to leverage Gremlin and offer a single interface for users to interact with the systems comprising the implementation, such as storage and indexing backends.
With this feature, we will create a step that allows implementations to pass on requests to the implementation's inner services.