We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a8fb commit 54e12b2Copy full SHA for 54e12b2
app/code/Magento/EavGraphQl/etc/schema.graphqls
@@ -15,7 +15,7 @@ type Attribute @doc(description: "Attribute contains the attribute_type of the s
15
attribute_type: String @doc(description: "The data type of the attribute")
16
input_type: String @doc(description: "The frontend input type of the attribute")
17
attribute_options: [AttributeOption] @resolver(class: "Magento\\EavGraphQl\\Model\\Resolver\\AttributeOptions") @doc(description: "Attribute options list.")
18
- storefront_properties: StorefrontProperties
+ storefront_properties: StorefrontProperties @doc(description: "Contains details about the storefront properties configured for the attribute")
19
}
20
21
type StorefrontProperties {
0 commit comments