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 1515 <module name =" Magento_GraphQl" />
1616 <module name =" Magento_StoreGraphQl" />
1717 <module name =" Magento_EavGraphQl" />
18- <module name =" Magento_UrlRewriteGraphQl" />
1918 </sequence >
2019 </module >
2120</config >
Original file line number Diff line number Diff line change 44interface ProductInterface {
55 url_key : String @doc (description : " The part of the URL that identifies the product" )
66 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" )
78}
89
910input 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
2323 name : String @doc (description : " Parameter name" )
2424 value : String @doc (description : " Parameter value" )
2525}
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