Open
Description
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:
- Create a view
- 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})';
- 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.