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 1
1
{
2
- "name" : " lof /module-faq-graph-ql" ,
2
+ "name" : " l /module-faq-graph-ql" ,
3
3
"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" ,
4
4
"type" : " magento2-module" ,
5
5
"keywords" : [
33
33
" registration.php"
34
34
]
35
35
}
36
- }
36
+ }
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ type Tags {
210
210
}
211
211
212
212
type FaqTag {
213
+
213
214
name : String @doc (description : "name" )
214
215
alias : String @doc (description : "alias" )
215
216
total_question : Int @doc (description : "total question" ) @resolver (class : " \\ Lof\\ FaqGraphQl\\ Model\\ Resolver\\ TagQuestionResolver" )
@@ -253,4 +254,5 @@ input FaqQuestionFilterInput {
253
254
category_identifier : String @doc (description : " Category Identifier" )
254
255
product_sku : String @doc (description : " Product Sku" )
255
256
or : FaqCategoryFilterInput @doc (description : " The keyword required to perform a logical OR comparison" )
257
+
256
258
}
You can’t perform that action at this time.
0 commit comments