We had a working shopifyql query but it stopped working today and is throwing an error: Syntax not recognized
What could have happened? Was there a change with how queries are done cause they were working previously but now is not:
below is our query:
graphQLquery ="""{ shopifyqlQuery(query: "from sales show net_quantity
by product_title, hour
since yesterday until today order by hour")
{ __typename ... on TableResponse { tableData { rowData columns { name dataType displayName } } } parseErrors { code message range { start { line character } end { line character } } } } }"""
and here is the error:
