All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ools.sunrise.common_2.11.1.0.0-M9.source-code.CategoriesWithProductCount.graphql Maven / Gradle / Ivy

There is a newer version: 1.0.0-M10
Show 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 - 2024 Weber Informatics LLC | Privacy Policy