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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ input FilterRangeTypeInput @doc(description: "Defines a filter that matches a ra
77
77
78
78
inputFilterMatchTypeInput@doc(description: "Defines a filter that performs a fuzzy search.") {
79
79
match: String@doc(description: "Use this attribute to fuzzy match the specified string. For example, to filter on a specific SKU, specify a value such as `24-MB01`.")
80
-
match_type: FilterMatchTypeEnum@doc(description: "Filter match type for providing results. Possible values FULL or PARTIAL.")
80
+
match_type: FilterMatchTypeEnum@doc(description: "Filter match type for fine-tuned results. Possible values FULL or PARTIAL. If match_type is not provided, returned results will default to FULL match.")
0 commit comments