Skip to content

feat: handling manual queries from FE

Samed requested to merge feat/manualQueryHandler into main

QueryOrchestrator:

  • added a new case for subKey == manual in the Handle method
  • implemented HandleManualQuery
  • implemented executeCypherQuery
  • getDatabaseInfo method added
  • implemented response sending methods : sendSuccesResponse,sendErrorResponse

Merge request reports

Loading