We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88c1ed commit 324191fCopy full SHA for 324191f
1 file changed
apps/frontend/src/services/http.service.ts
@@ -227,6 +227,10 @@ export class RootService {
227
return HttpService.clnCall('sql', { query });
228
}
229
230
+ static async listSqlSchemas(table?: string) {
231
+ return HttpService.clnCall('listsqlschemas', { table });
232
+ }
233
+
234
static async fetchAuthData() {
235
const [ config, authStatus ] = await Promise.all([
236
this.getAppConfigurations(),
0 commit comments