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 ?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025