Skip to content

Commit

Permalink
updating grahql links (#3427)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #3427

Reviewed By: jstejada

Differential Revision: D27407976

Pulled By: kassens

fbshipit-source-id: 8f3bf30e197e8a8448074a350ab546452e0519ba
  • Loading branch information
rachelnabors authored and facebook-github-bot committed Mar 31, 2021
1 parent 88f0529 commit 954681d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/guided-tour/rendering/fragments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
import DocsRating from '@site/src/core/DocsRating';
import {OssOnly, FbInternalOnly} from 'internaldocs-fb-helpers';

The main building block for declaring data dependencies for React Components in Relay are [GraphQL Fragments](https://graphql.github.io/learn/queries/#fragments). Fragments are reusable units in GraphQL that repesent a set of data to query from a GraphQL type exposed in the [schema](https://graphql.github.io/learn/schema/).
The main building block for declaring data dependencies for React Components in Relay are [GraphQL Fragments](https://graphql.org/learn/queries/#fragments). Fragments are reusable units in GraphQL that repesent a set of data to query from a GraphQL type exposed in the [schema](https://graphql.org/learn/schema/).

In practice, they are a selection of fields on a GraphQL Type:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /guided-tour/rendering/fragments/
import DocsRating from '@site/src/core/DocsRating';
import {OssOnly, FbInternalOnly} from 'internaldocs-fb-helpers';

The main building block for declaring data dependencies for React Components in Relay are [GraphQL Fragments](https://graphql.github.io/learn/queries/#fragments). Fragments are reusable units in GraphQL that repesent a set of data to query from a GraphQL type exposed in the [schema](https://graphql.github.io/learn/schema/).
The main building block for declaring data dependencies for React Components in Relay are [GraphQL Fragments](https://graphql.org/learn/queries/#fragments). Fragments are reusable units in GraphQL that repesent a set of data to query from a GraphQL type exposed in the [schema](https://graphql.org/learn/schema/).

In practice, they are a selection of fields on a GraphQL Type:

Expand Down

0 comments on commit 954681d

Please sign in to comment.