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/StoreGraphQl/etc/schema.graphqls
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ type StoreConfig @doc(description: "The type contains information about a store
28
28
is_default_store_group : Boolean @doc(description: "Indicates whether the store group has been designated as the default within the website")
29
29
website_id : Int @deprecated(reason: "The field should not be used on the storefront") @doc(description: "The ID number assigned to the website store")
30
30
website_code : ID @doc(description: "The unique ID for the website")
31
-
website_name : ID @doc(description: "The label assigned to the website")
31
+
website_name : String @doc(description: "The label assigned to the website")
0 commit comments