Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 55dd0d3

Browse files
committed
Apply PR feedbacks (#58)
1 parent 7bebc34 commit 55dd0d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/docs/advanced/graphql/remote-schemas.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ module.exports = {
145145

146146
<blockquote class="info">
147147
Please note that these transforms are applied **before** Front-Commerce default ones.
148+
In this example, the `pokemons` root field will be renamed by default transforms as `Pokemon_pokemons`.
148149
</blockquote>
149150

150151
## Mix local and remote schemas
@@ -185,7 +186,7 @@ module.exports = {
185186
### Server restart needed
186187

187188
Please note that **remote schema changes will only appear in your schema after a server restart**.
188-
The remote schema definition is fetched during the server bootstrap process.
189+
The remote schema definition is fetched during the server bootstrap process for performance reasons.
189190

190191
### Query root type must be provided
191192

source/docs/magento2/graphql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
};
4040
```
4141

42-
**Restart your server**, and you must now see the additional endpoints.
42+
**Restart your server**, and you should now see the additional endpoints.
4343

4444
## Store configurations
4545

@@ -55,7 +55,7 @@ Example:
5555
}
5656
```
5757

58-
See [the related Magento DevDocs page](https://devdocs.magento.com/guides/v2.3/graphql/reference/store-config.html) for more information.
58+
See [the related Magento DevDocs page](https://devdocs.magento.com/guides/v2.3/graphql/reference/store-config.html) to learn which configurations are exposed by default in Magento's schema.
5959

6060
## Is something missing?
6161

0 commit comments

Comments
 (0)