You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/GraphQl/etc/schema.graphqls
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ type Mutation {
10
10
inputFilterTypeInput@doc(description: "FilterTypeInput specifies which action will be performed in a query") {
11
11
eq: String@doc(description: "Equals")
12
12
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.")
14
13
from: String@doc(description: "From. Must be used with 'to'")
15
14
gt: String@doc(description: "Greater than")
16
15
gteq: String@doc(description: "Greater than or equal to")
0 commit comments