Skip to content

Commit 65b83c9

Browse files
committed
Added filter nfinset in product search
- Deprecate "finset" and "nfinset" fields.
1 parent 7c85d61 commit 65b83c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/GraphQl/etc/schema.graphqls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ type Mutation {
1010
input FilterTypeInput @doc(description: "FilterTypeInput specifies which action will be performed in a query ") {
1111
eq: String @doc(description: "Equals")
1212
finset: [String] @deprecated (reason: "The finset filter is deprecated. Magento doesn't recomend to store comma separated values, therefore finset filter is redundant.")
13-
nfinset: [String] @deprecated (reason: "The finset filter is deprecated. Magento doesn't recomend to store comma separated values, therefore finset filter is redundant.")
1413
from: String @doc(description: "From. Must be used with 'to'")
1514
gt: String @doc(description: "Greater than")
1615
gteq: String @doc(description: "Greater than or equal to")

0 commit comments

Comments
 (0)