The aggregates are created for all tables which really massively increases the type def in size.
This PR adds ability to disable aggregates by default and enable/disable aggregates for specific tables.
Performance impact
Unknown
Security impact
Unknown
Checklist
[ ] My code matches the project's code style and yarn lint:fix passes.
[ ] I've added tests for the new feature, and yarn test passes.
[x] I have detailed the new feature in the relevant documentation.
[ ] I have added this feature to 'Pending' in the RELEASE_NOTES.md file (if one exists).
[ ] If this is a breaking change I've explained why.
Description
The aggregates are created for all tables which really massively increases the type def in size. This PR adds ability to disable aggregates by default and enable/disable aggregates for specific tables.
Performance impact
Unknown
Security impact
Unknown
Checklist
yarn lint:fix
passes.yarn test
passes.RELEASE_NOTES.md
file (if one exists).