hasura / hasura/graphql-engine
Allow turning off automatic querying
Open
a/product-design
c/console
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
When clicking any of the tables / views on the console (in the DATA pane), it will immediately trigger a query. If the table / view is too big, this will put unnecessary pressure on the database.
It would be nice to be able to disable this first automatic querying, to give the opportunity to apply some filters first, and only then query the database.
Contributor guide
Assessment
This issue has not been assessed yet.