Closed shendriksza closed 5 years ago
Building nodes seems to skip array objects.
Eg. a product node should have images of type array[object] (see https://developer.bigcommerce.com/api-reference/catalog/catalog-api/products/getproducts) but on GraphiQL that field is not present
images
array[object]
Not a node issue, seems to be a permissions issue as the GET request is also not returning this
Building nodes seems to skip array objects.
Eg. a product node should have
images
of typearray[object]
(see https://developer.bigcommerce.com/api-reference/catalog/catalog-api/products/getproducts) but on GraphiQL that field is not present