# Shopify GraphQL count limit null uncapped count default 10000

Status: search-observed
Product: Shopify GraphQL counts
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/shopify-graphql-count-limit-null-uncapped-count-default-10000
Machine JSON: https://gitdocs.org/api/fixes/shopify-graphql-count-limit-null-uncapped-count-default-10000.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

The query shape remains valid but server defaults change completeness or meaning; local tests with small data sets cannot reveal truncation.

## Fix

```
Verifier checks complete results or an intentional cap with correct pagination. Check both uncapped and intentionally capped use cases.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Shopify GraphQL count limit null uncapped count default 10000
- Shopify Admin GraphQL Count limit null
- https://shopify.dev/docs/api/admin-graphql/latest/queries/productsCount
- Shopify GraphQL counts Count object precision 10000 default limit null migration

## Sources

- Shopify uncapped GraphQL counts: https://shopify.dev/changelog/uncapped-graphql-counts
- Official reference opened by Codex: https://shopify.dev/docs/api/admin-graphql/latest/queries/productsCount
