Tags:
- Action Required
- Admin GraphQL API
- 2026-07
Removing visible_to_storefront_api field on metaobject field definitions
visible_to_storefront_api field on metaobject field definitionsWhat's changing
The field/input field is deprecated and removed from the unstable version of the GraphQL Admin API for the following types:
Who's affected
- Anyone using
field or input field on a Metaobject field definition
NOTE: With the exception of , this field was only ever exposed in unstable.
Why we're making this change
This field implies a system behaviour that doesn't exist. It isn't possible to toggle the storefront visibility of individual fields. The only storefront visibility controls are on the access fields of the metaobject definition itself.
Action required
If your app has a query or mutation that's referencing the field on a Metaobject field definition, you need to remove that field.
Key dates
April 2, 2026: field on metaobject field definitions will be removed from unstable and 2026-07
Was this section helpful?