How to call app owned metafields in shopify extension function run graphql?

How to call app owned metafields in shopify extension function run graphql?

run.graphql —- query RunInput { cart { lines { id } } appInstallation(id: “gid://shopify/AppInstallation/73424761***”) { metafield(namespace: …

 

Read More