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
attributesForm(formCode: String!@doc(description: "Form code.")): AttributesFormOutput!@resolver(class: "Magento\\EavGraphQl\\Model\\Resolver\\AttributesForm") @doc(description: "Retrieve EAV attributes associated to a frontend form.")
13
13
attributesList(entityType: AttributeEntityTypeEnum!@doc(description: "Entity type.")): AttributesMetadataOutput@resolver(class: "Magento\\EavGraphQl\\Model\\Resolver\\AttributesList") @doc(description: "Returns a list of attributes metadata for a given entity type.") @cache(cacheable: false)
14
14
}
@@ -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 which should be set for the attribute")
40
-
selected_options: [AttributeInputSelectedOption!] @doc(description: "An array with selected option(s) for 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