--- title: UrlRedirectConnection - Storefront API description: | An auto-generated type for paginating through multiple UrlRedirects. api_version: 2025-10 api_name: storefront type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/connections/urlredirectconnection md: https://shopify.dev/docs/api/storefront/latest/connections/urlredirectconnection.md --- # Url​Redirect​Connection connection An auto-generated type for paginating through multiple UrlRedirects. ## Queries with this connection * [url​Redirects](https://shopify.dev/docs/api/storefront/latest/queries/urlRedirects) query A list of redirects for a shop. *** ## Possible returns * edges [\[Url​Redirect​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/UrlRedirectEdge) non-null A list of edges. * nodes [\[Url​Redirect!\]!](https://shopify.dev/docs/api/storefront/latest/objects/UrlRedirect) non-null A list of the nodes contained in UrlRedirectEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Queries with this connection * \[url​Redirects](https://shopify.dev/docs/api/storefront/latest/queries/urlRedirects) ### Possible returns * <->[Url​Redirect​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/UrlRedirectConnection#returns-edges) * <->[Url​Redirect​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/UrlRedirectConnection#returns-nodes) * <->[Url​Redirect​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/UrlRedirectConnection#returns-pageInfo)