We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7270d7e commit 35d0788Copy full SHA for 35d0788
app/code/Magento/GraphQl/etc/schema.graphqls
@@ -10,6 +10,7 @@ type Mutation {
10
input FilterTypeInput @doc(description: "FilterTypeInput specifies which action will be performed in a query ") {
11
eq: String @doc(description: "Equals")
12
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")
14
from: String @doc(description: "From. Must be used with 'to'")
15
gt: String @doc(description: "Greater than")
16
gteq: String @doc(description: "Greater than or equal to")
0 commit comments