August 7, 2025
Filter metaobjects by type in exports
Add export filter to limit metaobjects to a specific definition type.
August 7, 2025
We’ve made it easier to export only the metaobjects you need by adding a type filter.
🚀 What’s New
- Type filter – Limit metaobject exports to a specific definition type using the
type
filter (see docs).
🔧 Improvements
- Filter support – Metaobject exports also accept
handle
andupdated_at
filters, consistent with other object types (see docs).