--- title: Uncapped counts in GraphQL - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/uncapped-graphql-counts md: https://shopify.dev/changelog/uncapped-graphql-counts.md --- [Back to Developer changelog](https://shopify.dev/changelog) May 21, 2025 Tags: * Action Required * Admin GraphQL API * 2025-07 # Uncapped counts in GraphQL All count APIs in GraphQL now return uncapped results. To retrieve an uncapped count, set the `limit` argument to `null`. As part of this update, we've standardized the implementation across all GraphQL APIs. This change introduces a breaking change: all APIs now include a `limit` argument, with a default value of `10000`. List of APIs impacted * [abandonedCheckoutsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/abandonedCheckoutsCount) * [blogsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/blogsCount) * [catalogsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/catalogsCount) * [collectionsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/collectionsCount) * [customersCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/customersCount) * [discountCodesCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/discountCodesCount) * [discountNodesCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/discountNodesCount) * [draftOrdersCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/draftOrdersCount) * [giftCardsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/giftCardsCount) * [locationsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/locationsCount) * [ordersCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/ordersCount) * [pagesCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/pagesCount) * [productsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/productsCount) * [productVariantsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/productVariantsCount) * [urlRedirectsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/urlRedirectsCount) * [webhookSubscriptionsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/webhookSubscriptionsCount) Note: Due to the large number of events generated, we're continuing to cap [eventsCount](https://shopify.dev/docs/api/admin-graphql/2025-07/queries/eventsCount) at 10,000.