Standard `product_review` metaobject entries cannot be queried/filtered?

can the standard product_review metaobject entries be queried according to this? doesn’t seem to work to query on field key/value, but maybe I’m overlooking something?

1 Like

Hey @William_Belk the metaobject needs to be admin filterable to work with those queries.

Thanks @KyleG-Shopify I saw that, what is the correct way to enable for the standard metafield object definition type: "product_review"?

First, confirm your app has permissions to update these fields (since this is a restricted definition).

If so, you can test by running this mutation.

If that doesn’t work, let me know and I’ll put that through as a feature request.