Skip to content

Commit

Permalink
Rephrased mapping and added redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Jul 28, 2020
1 parent 0fcdc41 commit 91a4545
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/schema-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ This allows adding GraphQL Fields to any node type. This operates on GraphQL typ

### `graphql-config.js` mapping

It's possible to connect types throughout site configuration using [Node Type Mapping](/docs/gatsby-config/#mapping-node-types).

It is a convenient escape hatch and there are no plans to deprecate this API at the moment.
[Node Type Mapping](/docs/gatsby-config/#mapping-node-types) allows customizing schema by using site configuration. There are currently no plans to deprecate this API at the moment.

## 4. Parent / children relationships

Expand Down
6 changes: 6 additions & 0 deletions www/redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,9 @@
toPath: /docs/conditional-page-builds/
- fromPath: /docs/contributing/translation/ui-messages/
toPath: /docs/contributing/translation/
- fromPath: /docs/schema-gql-type/
toPath: /docs/schema-inference/
- fromPath: /docs/schema-input-gql/
toPath: /docs/schema-root-fields/
- fromPath: /docs/schema-connections/
toPath: /docs/schema-root-fields/

0 comments on commit 91a4545

Please sign in to comment.