Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

table 'visits' not found in ShopifyQL

table 'visits' not found in ShopifyQL

fmiotech
New Member
4 0 1

url: https://my-development-shop-url/admin/api/unstable/graphql.json

 

params: 

{
"query": "{ shopifyqlQuery(query: \"FROM visits SHOW total_carts SINCE -1d UNTIL today\") { __typename ... on TableResponse { tableData { rowData columns { name dataType displayName } } } parseErrors { code message } } }"
}

 

 

 
response:
{
"data": {
"shopifyqlQuery": {
"__typename": "TableResponse",
"tableData": null,
"parseErrors": [
{
"code": "TABLE_NOT_FOUND",
"message": "table 'visits' not found in ShopifyQL"
}
]
}
},
...
}

 

 

 
Anyone familiar with this issue?
Reply 1 (1)

Skrypt
Shopify Partner
6 0 1

I'm also trying to get data from this visits table, any info about when we will be able to do so ?