Count - admin-graphql - OBJECT
Version: 2024-10
Description:
Details for count of elements.
Access Scopes
Fields
count :
Int! -
The count of elements.
precision :
CountPrecision! -
The count's precision, or the exactness of the value.
Connections
Related queries
abandonedCheckoutsCount
Returns the count of abandoned checkouts for the given shop. Limited to a maximum of 10000.
blogsCount
Count of blogs.
catalogsCount
The count of catalogs belonging to the shop. Limited to a maximum of 10000.
collectionsCount
Count of collections. Limited to a maximum of 10000.
companiesCount
The number of companies for a shop.
customersCount
The number of customers.
discountCodesCount
The total number of discount codes for the shop.
discountNodesCount
The total number of discounts for the shop. Limited to a maximum of 10000.
eventsCount
Count of events. Limited to a maximum of 10000.
giftCardsCount
The total number of gift cards issued for the shop. Limited to a maximum of 10000.
locationsCount
Returns the count of locations for the given shop. Limited to a maximum of 10000.
ordersCount
Returns the count of orders for the given shop. Limited to a maximum of 10000.
pagesCount
Count of pages.
pendingOrdersCount
The number of pendings orders. Limited to a maximum of 10000.
productVariantsCount
Count of product variants.
productsCount
Count of products. Limited to a maximum of 10000.
publicationsCount
Count of publications.
publishedProductsCount
Returns a count of published products by publication ID.
segmentsCount
The number of segments for a shop.
urlRedirectsCount
Count of redirects. Limited to a maximum of 10000.
webhookSubscriptionsCount
The count of webhook subscriptions.
Building an app? If you only use app-specific webhooks, you won't need this. App-specific webhook subscriptions specified in your `shopify.app.toml` may be easier. They are automatically kept up to date by Shopify & require less maintenance. Please read [About managing webhook subscriptions](https://shopify.dev/docs/apps/build/webhooks/subscribe). Limited to a maximum of 10000.
Related mutations
Related Unions
Examples