Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Gremlin.WebsocketSourceval new_connection :
Uri.t ->
((unit -> Websocket.Frame.t Lwt.t) * (Websocket.Frame.t -> unit Lwt.t)) Lwt.ttype message_status = | Response_invalid of response_invalid| Request_failed of request_failed| Unmatched_request_id| Good of Yojson.Basic.tand response_invalid = | No_status_field| Missing_fields| Missing_status_fields| Missing_field of string| Invalid_status_json_type of Yojson.Basic.t| Invalid_result_json_type of Yojson.Basic.t| Invalid_result_field| Invalid_request_id_json_type of Yojson.Basic.t| Result_fields_wrong| Json_parse_failure| Unknown_json_parse_failureval run_query :
((unit -> Websocket.Frame.t Lwt.t) * (Websocket.Frame.t -> unit Lwt.t)) Lwt.t ->
string ->
(Yojson.Basic.t, message_status) result Lwt.tval run_queries_transaction :
((unit -> Websocket.Frame.t Lwt.t) * (Websocket.Frame.t -> unit Lwt.t)) Lwt.t ->
string list ->
(Yojson.Basic.t, message_status) result Lwt.t