Skip to content

Commit 54e12b2

Browse files
Prabhu Ramkeharper
andauthored
Update app/code/Magento/EavGraphQl/etc/schema.graphqls
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent f62a8fb commit 54e12b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/EavGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Attribute @doc(description: "Attribute contains the attribute_type of the s
1515
attribute_type: String @doc(description: "The data type of the attribute")
1616
input_type: String @doc(description: "The frontend input type of the attribute")
1717
attribute_options: [AttributeOption] @resolver(class: "Magento\\EavGraphQl\\Model\\Resolver\\AttributeOptions") @doc(description: "Attribute options list.")
18-
storefront_properties: StorefrontProperties
18+
storefront_properties: StorefrontProperties @doc(description: "Contains details about the storefront properties configured for the attribute")
1919
}
2020

2121
type StorefrontProperties {

0 commit comments

Comments
 (0)