Is there anyway to set limit number of rows for the default admin row?
Guide contributeur
Stack technique
graphqltypescript
Domaine
backenddatabaseapi
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
4
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-2 days
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
unclear
Prérequis
Familiarity with Hasura platformGraphQL basicsUnderstanding of admin UI
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
20
Direction de recherche
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.