We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f23dec commit 4c832bfCopy full SHA for 4c832bf
packages/gatsby/src/redux/actions/restricted.ts
@@ -37,9 +37,10 @@ export const actions = {
37
* Add a third-party schema to be merged into main schema. Schema has to be a
38
* graphql-js GraphQLSchema object.
39
*
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).
+ * This schema is going to be merged as-is. Merging it in this way will
+ * easily break the main Gatsby Schema. Since we do not want that, therefore
+ * 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.
44
45
* @availableIn [createSchemaCustomization, sourceNodes]
46
0 commit comments