selveq / urlrewrite-graphql
Magento 2 Urlrewrite GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/urlrewrite-graphql
Type:magento2-module
pkg:composer/selveq/urlrewrite-graphql
Requires
- php: ^8.3
- magento/framework: ^103.0
- magento/module-catalog: ^104.0
- magento/module-graph-ql: ^100.4
- magento/module-store: ^101.1
- magento/module-store-graph-ql: ^100.4
- magento/module-url-rewrite: ^102.0
- magento/module-url-rewrite-graph-ql: ^100.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
README
Fork of scandipwa/urlrewrite-graphql 1.3.9, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/urlrewrite-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Answers
urlResolverwithsku,display_modeandsort_bybeside core's fields, and withnullfor anything it cannot resolve, which the storefront renders as its 404 page. - Follows redirect chains and custom rewrites to the entity they point at, and stops on a cycle instead of spinning.
- Answers core's
entity_uid,relative_url— the query string included — andredirectCode. - Resolves a category-scoped product path,
catalog/product/view/id/N/category/M, to the product.
Install
composer require selveq/urlrewrite-graphql bin/magento setup:upgrade
License
OSL-3.0, the license of the original work. Scandiweb's copyright notices are kept in every file, and each file Selveq changed carries a Modifications © Selveq notice.