thirdandgrove / gatsby-source-bigcommerce

Gatsby source plugin that makes Big Commerce api data available
10 stars 5 forks source link

Arrays are not added to nodes #1

Closed shendriksza closed 5 years ago

shendriksza commented 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

shendriksza commented 5 years ago

Not a node issue, seems to be a permissions issue as the GET request is also not returning this