File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
CatalogUrlRewriteGraphQl/etc Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 15
15
<module name =" Magento_GraphQl" />
16
16
<module name =" Magento_StoreGraphQl" />
17
17
<module name =" Magento_EavGraphQl" />
18
- <module name =" Magento_UrlRewriteGraphQl" />
19
18
</sequence >
20
19
</module >
21
20
</config >
Original file line number Diff line number Diff line change 4
4
interface ProductInterface {
5
5
url_key : String @doc (description : " The part of the URL that identifies the product" )
6
6
url_path : String @doc (description : " The part of the URL that precedes the url_key" )
7
+ url_rewrites : [UrlRewrite ] @doc (description : " URL rewrites list" ) @resolver (class : " Magento\\ UrlRewriteGraphQl\\ Model\\ Resolver\\ UrlRewrite" )
7
8
}
8
9
9
10
input ProductFilterInput {
Original file line number Diff line number Diff line change @@ -23,7 +23,3 @@ type HttpQueryParameter @doc(description: "The object details of target path par
23
23
name : String @doc (description : " Parameter name" )
24
24
value : String @doc (description : " Parameter value" )
25
25
}
26
-
27
- interface ProductInterface {
28
- url_rewrites : [UrlRewrite ] @doc (description : " URL rewrites list" ) @resolver (class : " Magento\\ UrlRewriteGraphQl\\ Model\\ Resolver\\ UrlRewrite" )
29
- }
You can’t perform that action at this time.
0 commit comments