graphql-engine/console
Varun Choudhary bb0b95dd77 console: fix gql try it button
This PR fix the issue with `GraphIQL Try` button. The issue is when we create a new schema other then public and try the gql operation using the `GraphIQL Try` button, it give the query and all but the query field is just only table name not the schemaName_table name so it will give me an error saying that query_field doesn’t exist

[Slack thread](https://hasurahq.slack.com/archives/CKATHV1J7/p1667214392972649?thread_ts=1667202504.721889&cid=CKATHV1J7)

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6635
GitOrigin-RevId: e1403db0c3e63d88d2380fe1137137329910f990
2022-11-02 06:50:43 +00:00
..
.storybook Docs/improve storybook docs 2022-09-02 09:13:36 +00:00
cypress console(fix, plaftorm): Fix the E2E tests lint process 2022-10-31 14:00:51 +00:00
docs Fix broken links 2022-10-26 14:22:19 +00:00
exports console: remove code related to the sample DB experiment 2022-10-26 15:55:15 +00:00
public console(local-dev): remove ssr for local development 2022-07-20 16:05:04 +00:00
scripts workflow: add lint and format action for console (#4501) 2020-05-29 16:45:43 +05:30
src console: fix gql try it button 2022-11-02 06:50:43 +00:00
static chore (console): format changes on mockServiceWorker.js 2022-10-19 10:16:34 +00:00
webpack console(local-dev): remove ssr for local development 2022-07-20 16:05:04 +00:00
.babelrc console: add storybook support 2021-09-20 16:31:25 +00:00
.eslintignore Console/permissions tab component 2022-03-08 07:46:19 +00:00
.eslintrc console: Prevent using analytics-related props on React components 2022-10-28 16:23:47 +00:00
.gitignore console: migrate REST endpoint form to new components 2022-06-30 14:17:52 +00:00
.npmignore console: package modules from oss 2021-03-17 18:59:18 +00:00
.npmrc console: refactor filter section components 2022-09-01 13:34:36 +00:00
.nvmrc console: upgrade to node 16 and npm 8 2022-08-02 13:52:53 +00:00
.prettierignore console: fix linter config (#4137) 2020-04-06 16:53:04 +05:30
console.code-workspace console: GQL Customization while tracking a table 2022-09-26 22:02:40 +00:00
cypress.config.ts test(console): Skip a lot of flaky E2E tests 2022-08-31 08:02:51 +00:00
hasuraconfig.js add console to graphql-engine 2018-06-28 10:27:37 +05:30
jest.config.js console: support multi tenant connection pooling on cloud 2022-09-27 12:23:14 +00:00
Makefile ci: bump memory to 4gb for node related pipelines 2022-10-19 21:01:34 +00:00
package-lock.json console(fix, plaftorm): Fix the E2E tests lint process 2022-10-31 14:00:51 +00:00
package.json console(fix, plaftorm): Fix the E2E tests lint process 2022-10-31 14:00:51 +00:00
postcss-storybook.config.js console: migrate REST endpoint form to new components 2022-06-30 14:17:52 +00:00
postcss.config.js console: add tailwindcss for styles 2021-08-10 13:46:52 +00:00
README.md console: Define a testing strategy 2022-08-03 11:35:17 +00:00
tailwind-storybook.config.js console: migrate REST endpoint form to new components 2022-06-30 14:17:52 +00:00
tailwind.config.js Docs/improve storybook docs 2022-09-02 09:13:36 +00:00
tsconfig.json console: fix the Typescript no implicit returns rules 2022-08-17 14:37:04 +00:00
tsconfig.test.json console: add schema sharing 2021-07-08 08:18:25 +00:00

Hasura Console

The Hasura console is an admin dashboard to manage the connected database and to try out GraphQL APIs. It is a React application bundled with Webpack and the state is managed mostly using Redux.

Table of contents