mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
bb0b95dd77
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 |
||
---|---|---|
.. | ||
.storybook | ||
cypress | ||
docs | ||
exports | ||
public | ||
scripts | ||
src | ||
static | ||
webpack | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
.npmrc | ||
.nvmrc | ||
.prettierignore | ||
console.code-workspace | ||
cypress.config.ts | ||
hasuraconfig.js | ||
jest.config.js | ||
Makefile | ||
package-lock.json | ||
package.json | ||
postcss-storybook.config.js | ||
postcss.config.js | ||
README.md | ||
tailwind-storybook.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
tsconfig.test.json |
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.