graphile / pg-aggregates

Aggregates for PostGraphile connections
83 stars 17 forks source link

feat: option to disable aggregates by default #40

Closed eugeneduda closed 1 year ago

eugeneduda commented 1 year ago

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

benjie commented 1 year ago

Released in v0.1.1; thanks! 🙌