Skip to content
Snippets Groups Projects
Commit dcc65d3e authored by Leonardo Christino's avatar Leonardo Christino Committed by Scott
Browse files

feat(queryLogic): enables query logic

Includes logic in query building, parsing and execution
Logic pills can be created from handle drop and from side panel
parent b52206c0
No related branches found
No related tags found
No related merge requests found
import { describe, it, expect } from 'vitest';
// import { Query2BackendQuery } from './query-utils';
import { QueryMultiGraphology } from '../model/graphology/utils';
describe('QueryUtils', () => {
it('should create an instance', () => {
expect(true).toBeTruthy();
});
// it('should run query translation', () => {
// const graph = new QueryMultiGraphology(); // FIXME: not working for some reason
// let ret = Query2BackendQuery('database', graph.export());
// console.log(ret);
// });
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment