Can I set max_rows to a single table or view?
good first issuechore
**Describe the bug**
Since we can set max_rows for a schema, can we set max_rows for a single table or view by add comment on object?
**To Reproduce**
Steps to reproduce the behavior:
1. Create a view
2. Make comment on vie: comment on view "building_unit" is e'@graphql({"primary_key_columns": ["community_zone_id","building_number","unit_number"], "max_rows": 100})';
3. Graphql server return row total still is the default value on schema 30.
**Expected behavior**
I hope can set max_rows for specific table or view.
2 条评论