ools.sunrise.common_2.11.1.0.0-M9.source-code.CategoriesWithProductCount.graphql Maven / Gradle / Ivy
query CategoriesWithProductCount($limit: Int, $offset: Int, $sort: [String!], $where: String) {
categories(limit: $limit, offset: $offset, sort: $sort, where: $where) {
total
offset
count
results {
id
productCount
}
}
}