export enum GremlinQueryOperation {
  eval = 'eval',
  authentication = 'authentication'
}
