Behavior → Online store conversion over time的报表数据使用的schema是visits,
但是通过graphql查询时却提示table visits not found。
有人遇到过么?
"parseErrors": [
{
"code": "TABLE_NOT_FOUND",
"message": "table 'visits' not found in ShopifyQL"
}
]