Is there anyway to set limit number of rows for the default admin row?
Contributor guide
Tech stack
graphqltypescript
Domain
backenddatabaseapi
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
4
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
Familiarity with Hasura platformGraphQL basicsUnderstanding of admin UI
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
This issue requests a feature to limit the number of rows returned for admin queries. Review the Hasura admin console code (e.g., console/src) to understand current data fetching. Look at the GraphQL schema to see if there is a limit argument. Check existing issues or docs on pagination. Propose adding a configurable limit parameter, possibly in the admin settings or query builder. Implementation might involve changes to both frontend and backend.