# Shopify GraphQL count limit argument null count 10000 limit null

Status: search-observed
Product: Shopify GraphQL counts
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/shopify-graphql-count-limit-argument-null-count-10000-limit-null
Machine JSON: https://gitdocs.org/api/fixes/shopify-graphql-count-limit-argument-null-count-10000-limit-null.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 argument null count 10000 limit null
- site:shopify.dev count(limit: null) GraphQL
- Shopify Admin GraphQL ordersCount limit argument
- shopify.dev docs api admin-graphql latest queries ordersCount limit
- https://shopify.dev/docs/api/admin-graphql/latest/queries/ordersCount

## 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/ordersCount
