export class GremlinQueryResponse {
  rawMessage;
  requestId;
  statusCode;
  statusMessage;
  data;
}
