Familiarity with Hasura platformGraphQL basicsUnderstanding of admin UI
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
20
調査方針
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.
How to limit rows per query for admin. · hasura/graphql-engine#3469 | Good First Issue