Cannot query field \"allShopifyCollection\" on type \"Query\"
Opened this issue · 0 comments
davidhellsing commented
I’m getting this. Other queries works, like products etc. I have confirmed that the collections are available to the private app in the Shopify Admin.
Full print:
{
"errors": [
{
"message": "Cannot query field \"allShopifyCollection\" on type \"Query\". Did you mean \"allShopifyBlog\", \"allShopifyProduct\", \"allShopifyProductOption\", \"allShopifyProductType\", or \"allShopifyProductVariant\"?",
"locations": [
{
"line": 31,
"column": 3
}
]
}
]
}