Skip to content

Commit 6208375

Browse files
committed
MC-39744: Expose group_id through storeConfig query
- fixing type for website name
1 parent 201c0f2 commit 6208375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type StoreConfig @doc(description: "The type contains information about a store
2828
is_default_store_group : Boolean @doc(description: "Indicates whether the store group has been designated as the default within the website")
2929
website_id : Int @deprecated(reason: "The field should not be used on the storefront") @doc(description: "The ID number assigned to the website store")
3030
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")
3232
locale : String @doc(description: "Store locale")
3333
base_currency_code : String @doc(description: "Base currency code")
3434
default_display_currency_code : String @doc(description: "Default display currency code")

0 commit comments

Comments
 (0)