
ools.sunrise.common_2.11.1.0.0-M10.source-code.CategoriesWithProductCount.graphql Maven / Gradle / Ivy
The newest version!
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
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy