Anchor to publishedProductsCountpublished
querypublished Products Count
Requires access scope.
Returns a count of published products by publication ID. Limited to a maximum of 10000 by default.
Anchor to Arguments
Arguments
- limit (Int)
- publicationId (ID!)
- Anchor to limitlimit•IntDefault:10000
The maximum number of products to count.
- Anchor to publicationIdpublication•ID!
Id required The ID of the publication that the products are published to.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Count (Count)
- Anchor to CountCount•Count
A numeric count with precision information indicating whether the count is exact or an estimate.
- Anchor to countcount•Int!non-null
The count of elements.
- Anchor to precisionprecision•Count
Precision! non-null The count's precision, or the exactness of the value.
Was this section helpful?