chaingraph
chaingraph copied to clipboard
Hasura console bug: showing `authchain_view` in Hasura Console slows down DB
If a user opens the authchain_view in Hasura Console, the database gets bogged down trying to execute:
SELECT COUNT(*) FROM (SELECT * FROM "public"."authchain_view" WHERE ('true') ) AS "r"
Tracked in Hasura issues: https://github.com/hasura/graphql-engine/issues/6771