File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " lof /module-faq-graph-ql" ,
2+ "name" : " l /module-faq-graph-ql" ,
33 "description" : " Magento 2 Faq Graph Ql extension is free module support graph ql for magento 2.3.x the module require commerce Lof Faq extension" ,
44 "type" : " magento2-module" ,
55 "keywords" : [
3333 " registration.php"
3434 ]
3535 }
36- }
36+ }
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ type Tags {
210210}
211211
212212type FaqTag {
213+
213214 name : String @doc (description : "name" )
214215 alias : String @doc (description : "alias" )
215216 total_question : Int @doc (description : "total question" ) @resolver (class : " \\ Lof\\ FaqGraphQl\\ Model\\ Resolver\\ TagQuestionResolver" )
@@ -253,4 +254,5 @@ input FaqQuestionFilterInput {
253254 category_identifier : String @doc (description : " Category Identifier" )
254255 product_sku : String @doc (description : " Product Sku" )
255256 or : FaqCategoryFilterInput @doc (description : " The keyword required to perform a logical OR comparison" )
257+
256258}
You can’t perform that action at this time.
0 commit comments