--- title: WebhookSubscriptionConnection - GraphQL Admin description: An auto-generated type for paginating through multiple WebhookSubscriptions. api_version: 2025-01 api_name: admin type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/connections/webhooksubscriptionconnection md: https://shopify.dev/docs/api/admin-graphql/2025-01/connections/webhooksubscriptionconnection.md --- # Webhook​Subscription​Connection connection An auto-generated type for paginating through multiple WebhookSubscriptions. ## Queries with this connection * [webhook​Subscriptions](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/webhookSubscriptions) query Retrieves a paginated list of webhook subscriptions created using the API for the current app and shop. *** Note Returns only shop-scoped subscriptions, not app-scoped subscriptions configured in TOML files. *** Subscription details include event topics, endpoint URIs, filtering rules, field inclusion settings, and metafield namespace permissions. Results support cursor-based pagination that you can filter by topic, format, or custom search criteria. 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). *** ## Possible returns * edges [\[Webhook​Subscription​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/WebhookSubscriptionEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Webhook​Subscription!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/WebhookSubscription) non-null A list of nodes that are contained in WebhookSubscriptionEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. * page​Info [Page​Info!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. *** ## Map ### Queries with this connection * \[webhook​Subscriptions](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/webhookSubscriptions) ### Possible returns * <->[Webhook​Subscription​Connection.edges](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/WebhookSubscriptionConnection#returns-edges) * <->[Webhook​Subscription​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/WebhookSubscriptionConnection#returns-nodes) * <->[Webhook​Subscription​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/WebhookSubscriptionConnection#returns-pageInfo)