File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
app/code/Magento/UrlRewriteGraphQl
dev/tests/api-functional/testsuite/Magento/GraphQl/UrlRewrite Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 21
21
use Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider \CategoryTree as CategoryTreeDataProvider ;
22
22
use Magento \Catalog \Model \CategoryRepository ;
23
23
24
+ /**
25
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
26
+ */
24
27
class Route implements ResolverInterface
25
28
{
26
29
const CMS_PAGE = 'CMS_PAGE ' ;
Original file line number Diff line number Diff line change 5
5
"require" : {
6
6
"php" : " ~7.3.0||~7.4.0" ,
7
7
"magento/framework" : " *" ,
8
- "magento/module-url-rewrite" : " *"
8
+ "magento/module-url-rewrite" : " *" ,
9
+ "magento/module-catalog" : " *" ,
10
+ "magento/module-cms-graph-ql" : " *"
9
11
},
10
12
"suggest" : {
11
13
"magento/module-graph-ql" : " *"
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \GraphQl \CatalogUrlRewrite ;
8
+ namespace Magento \GraphQl \UrlRewrite ;
9
9
10
10
use Magento \Catalog \Api \CategoryRepositoryInterface ;
11
11
use Magento \Catalog \Api \ProductRepositoryInterface ;
You can’t perform that action at this time.
0 commit comments