Skip to content

Commit 500860e

Browse files
authored
Merge branch 'master' into update-graphql
2 parents f4e5452 + e9e0073 commit 500860e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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": [
@@ -33,4 +33,4 @@
3333
"registration.php"
3434
]
3535
}
36-
}
36+
}

etc/schema.graphqls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ type Tags {
210210
}
211211

212212
type 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
}

0 commit comments

Comments
 (0)