# Shopify GraphQL count 10000 count precision cap

Status: search-observed
Product: Shopify GraphQL counts
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/shopify-graphql-count-10000-count-precision-cap
Machine JSON: https://gitdocs.org/api/fixes/shopify-graphql-count-10000-count-precision-cap.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

- site:shopify.dev GraphQL count capped at 10000 Shopify count precision
- Shopify GraphQL count 10000 count precision cap
- Shopify Admin GraphQL Count precision AT_LEAST 10000
- site:shopify.dev/docs/api/admin-graphql Count precision
- https://shopify.dev/docs/api/admin-graphql/latest/objects/Count
- 'AT_LEAST' in https://shopify.dev/docs/api/admin-graphql/latest/objects/Count

## 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/objects/Count
