Closed antero10 closed 3 years ago
I'm trying to get metafields from products, but I get an error. Here is my request
metafields
query Products { allShopifyProduct { edges { node { id tags metafields } } } }
And the error
{ "error": { "errors": [ { "message": "Cannot query field \"metafields\" on type \"ShopifyProduct\".", "stringified": "Cannot query field \"metafields\" on type \"ShopifyProduct\".\n\nGraphQL request:7:9\n6 | tags\n7 | metafields\n | ^\n8 | }" } ] } }
It is possible to use metafields?
I'm trying to get
metafields
from products, but I get an error. Here is my requestAnd the error
It is possible to use metafields?