Skip to content

Commit

Permalink
documentation: Add Third Party Schema (#34820)
Browse files Browse the repository at this point in the history
Solved issue: #34243
  • Loading branch information
VividhPandey003 committed Feb 16, 2022
1 parent 9f23dec commit 4c832bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/gatsby/src/redux/actions/restricted.ts
Expand Up @@ -37,9 +37,10 @@ export const actions = {
* Add a third-party schema to be merged into main schema. Schema has to be a
* graphql-js GraphQLSchema object.
*
* This schema is going to be merged as-is. This can easily break the main
* Gatsby schema, so it's user's responsibility to make sure it doesn't happen
* (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.
* One such way of avoiding it is by namespacing the schema.
*
* @availableIn [createSchemaCustomization, sourceNodes]
*
Expand Down

0 comments on commit 4c832bf

Please sign in to comment.