App reviews, troubleshooting, and recommendations
Helllo. This is the query I'm sending to Shopify GrapgQL API:
query shopifyqlQuery($query: String!){
shopifyqlQuery(query: $query) {
parseErrors {
code
message
}
tableData {
columns {
comparedTo
dataType
displayName
name
}
rowData
unformattedData
}
}
}
And this is the ShopifyQL query I pass to it:
`
FROM products
VISUALIZE sum(net_sales) AS product_sales
TYPE BAR
GROUP BY product_title
SINCE last_month UNTIL yesterday
ORDER BY product_sales DESC
LIMIT 5
`
I get this error from the server:
"GraphqlQueryError: Internal error. Looks like something went wrong on our end"
I don't belive it's something wrong on @Shopify 's end, as it would be very unlikely. What am I doing wrong ?
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023