File tree 1 file changed +2
-2
lines changed
app/code/Magento/StoreGraphQl/etc 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ type Query {
6
6
7
7
type Website @doc (description : " The type contains information about a website" ) {
8
8
id : Int @doc (description : "The ID number assigned to the website" )
9
- name : String @doc (description : "The website name. Websites use this name to identify it easyer ." )
9
+ name : String @doc (description : "The website name. Websites use this name to identify it easier ." )
10
10
code : String @doc (description : "A code assigned to the website to identify it" )
11
11
sort_order : Int @doc (description : "The attribute to use for sorting websites" )
12
- default_group_id : String @doc (description : "The default group id that the website has" )
12
+ default_group_id : String @doc (description : "The default group ID that the website has" )
13
13
is_default : Boolean @doc (description : "Specifies if this is the default website" )
14
14
}
15
15
You can’t perform that action at this time.
0 commit comments