Values.GremlinQueryStatusSourceCaptures the status of a Gremlin query (see the Gremlin query status API page).
type nonrec t = {queryId : String_.t option;The ID of the Gremlin query.
*)queryString : String_.t option;The query string of the Gremlin query.
*)queryEvalStats : QueryEvalStats.t option;The query statistics of the Gremlin query.
*)}