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/EavGraphQl/etc/schema.graphqls
+4-14
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,6 @@ type StorefrontProperties @doc(description: "Indicates where an attribute can be
34
34
use_in_search_results_layered_navigation: Boolean@doc(description: "Indicates whether the attribute can be used in layered navigation on search results pages.")
35
35
}
36
36
37
-
inputAttributeValueInput@doc(description: "Specifies the value for attribute.") {
38
-
attribute_code: String!@doc(description: "The code of the attribute.")
39
-
value: String@doc(description: "The value assigned to the attribute.")
40
-
selected_options: [AttributeInputSelectedOption!] @doc(description: "An array containing selected options for a select or multiselect attribute.")
41
-
}
42
-
43
-
inputAttributeInputSelectedOption@doc(description: "Specifies selected option for dropdown or multiselect attribute value .") {
44
-
value: String!@doc(description: "The attribute option value.")
45
-
}
46
-
47
37
enumUseInLayeredNavigationOptions@doc(description: "Defines whether the attribute is filterable in layered navigation.") {
0 commit comments