Search by

selveq / urlrewrite-graphql

ahmedwalied

Magento 2 Urlrewrite GraphQl extension for ScandiPWA theme

Package info

github.com/sellveq/urlrewrite-graphql

Issues

Type:magento2-module

pkg:composer/selveq/urlrewrite-graphql

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

2.0.0 2026-09-18 20:13 UTC

This package is not auto-updated.

Last update: 2026-09-19 20:08:18 UTC


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 urlResolver with sku, display_mode and sort_by beside core's fields, and with null for 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 — and redirectCode.
  • 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.