Tags:
- Admin GraphQL API
- 2026-07
Removing deprecated PRIVATE and PUBLIC_READ enums on metaobject definitions
We are updating the enum by deprecating the and values. These values are now obsolete and are never returned by the API.
This change removes ambiguity, as the deprecated access values do not accurately reflect the intended access behaviors. There are no required changes, but updating your code will help maintain clarity and prevent potential access issues.
Was this section helpful?