Skip to content

Commit 4c832bf

Browse files
documentation: Add Third Party Schema (#34820)
Solved issue: #34243
1 parent 9f23dec commit 4c832bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/gatsby/src/redux/actions/restricted.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ export const actions = {
3737
* Add a third-party schema to be merged into main schema. Schema has to be a
3838
* graphql-js GraphQLSchema object.
3939
*
40-
* This schema is going to be merged as-is. This can easily break the main
41-
* Gatsby schema, so it's user's responsibility to make sure it doesn't happen
42-
* (by e.g. namespacing the schema).
40+
* This schema is going to be merged as-is. Merging it in this way will
41+
* easily break the main Gatsby Schema. Since we do not want that, therefore
42+
* it is the user's responsibility to make sure that it does not happen.
43+
* One such way of avoiding it is by namespacing the schema.
4344
*
4445
* @availableIn [createSchemaCustomization, sourceNodes]
4546
*

0 commit comments

Comments
 (0)