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/CatalogGraphQl/etc/schema.graphqls
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,7 @@ type CustomizableDropDownValue @doc(description: "CustomizableDropDownValue defi
323
323
sort_order: Int@doc(description: "The order in which the option is displayed")
324
324
}
325
325
326
-
typeCustomizableMultipleOptionimplementsCustomizableOptionInterface@doc(description: "CustomizableMultipoleOption contains information about a multiselect that is defined as part of a customizable option") {
326
+
typeCustomizableMultipleOptionimplementsCustomizableOptionInterface@doc(description: "CustomizableMultipleOption contains information about a multiselect that is defined as part of a customizable option") {
327
327
value: [CustomizableMultipleValue] @doc(description: "An array that defines the set of options for a multiselect")
0 commit comments