mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
console: use query/v2 endpoint to run sql for CockroachDB
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5879 GitOrigin-RevId: f90fee0a646b540402eb501b790d2e0c0b09373b
This commit is contained in:
parent
a24cdd9b49
commit
913f3f12e4
@ -12,6 +12,7 @@ const rqlQueryTypes = [
|
||||
'run_sql',
|
||||
'mssql_run_sql',
|
||||
'citus_run_sql',
|
||||
'cockroach_run_sql',
|
||||
];
|
||||
|
||||
type Query = {
|
||||
|
Loading…
Reference in New Issue
Block a user