No content to show
User Activity
Hi Mark, Have you solved your issue? How? I have the same at the moment, for some reason, Shopify returns me "InputObject 'CustomerCreateInput' doesn't accept argument 'metafields'". But as I see from your example it should be accessible, right?
02-24-2019
Thx for your reply! I'm using https://www.npmjs.com/package/graphql-js-client and requests to Storefront. This is my current request to get product information. let query = client.query((root) => {
root.add('node', { args: { id: _id }, alias: ...
02-24-2019
Hi guys, if anyone knows how to get a quantity of product variant using GraphQL? As the documentation says "inventoryQuantity" field should exist in ProductVariant object. https://help.shopify.com/en/api/graphql-admin-api/reference/object/productva...