--- title: UrlRedirectConnection - Storefront API description: | An auto-generated type for paginating through multiple UrlRedirects. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/connections/UrlRedirectConnection md: >- https://shopify.dev/docs/api/storefront/unstable/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/unstable/queries/urlRedirects) query A list of redirects for a shop. * first [Int](https://shopify.dev/docs/api/storefront/unstable/scalars/Int) ### Arguments Returns up to the first `n` elements from the list. * after [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) Returns the elements that come after the specified cursor. * last [Int](https://shopify.dev/docs/api/storefront/unstable/scalars/Int) Returns up to the last `n` elements from the list. * before [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) Returns the elements that come before the specified cursor. * reverse [Boolean](https://shopify.dev/docs/api/storefront/unstable/scalars/Boolean) Default:false Reverse the order of the underlying list. * query [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) Apply one or multiple filters to the query. Refer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters. * created\_at * path * target *** *** ## Possible returns * edges [\[Url​Redirect​Edge!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/UrlRedirectEdge) non-null A list of edges. * nodes [\[Url​Redirect!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/UrlRedirect) non-null A list of the nodes contained in UrlRedirectEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/unstable/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Queries with this connection * \[url​Redirects](https://shopify.dev/docs/api/storefront/unstable/queries/urlRedirects) ### Possible returns * <->[Url​Redirect​Connection.edges](https://shopify.dev/docs/api/storefront/unstable/connections/UrlRedirectConnection#returns-edges) * <->[Url​Redirect​Connection.nodes](https://shopify.dev/docs/api/storefront/unstable/connections/UrlRedirectConnection#returns-nodes) * <->[Url​Redirect​Connection.pageInfo](https://shopify.dev/docs/api/storefront/unstable/connections/UrlRedirectConnection#returns-pageInfo)