Skip to content

Commit 35d0788

Browse files
committed
added filter nfinset
1 parent 7270d7e commit 35d0788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ 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] @doc(description: "Find in set. The value can contain a set of comma-separated values")
13+
nfinset: [String] @doc(description: "Not find in set. The value can contain a set of comma-separated values")
1314
from: String @doc(description: "From. Must be used with 'to'")
1415
gt: String @doc(description: "Greater than")
1516
gteq: String @doc(description: "Greater than or equal to")

0 commit comments

Comments
 (0)