Skip to content

Commit

Permalink
Fix links to other sections (#10548)
Browse files Browse the repository at this point in the history
Co-authored-by: Kolja Lampe <klampe@slashwhy.de>
  • Loading branch information
2 people authored and Josh-Walker-GM committed May 8, 2024
1 parent 3e4e9bb commit 1356158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ Redwood will automatically detect your union types in your `sdl` files and resol
:::note
In order to use Union types web-side with your Apollo GraphQL client, you will need to [generate possible types from fragments and union types](#generate-possible-types).
In order to use Union types web-side with your Apollo GraphQL client, you will need to [generate possible types from fragments and union types](./graphql/fragments#possible-types-for-unions).
:::
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/graphql/fragments.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ export default Book
```

:::note
In order to use [fragments](#fragments) with [unions](#unions) and interfaces in Apollo Client, you need to tell the client how to discriminate between the different types that implement or belong to a supertype.
In order to use [fragments](#what-are-fragments) with [unions](./../graphql#unions) and interfaces in Apollo Client, you need to tell the client how to discriminate between the different types that implement or belong to a supertype.

Please see how to [generate possible types from fragments and union types](#generate-possible-types).
Please see how to [generate possible types from fragments and union types](#possible-types-for-unions).
:::


Expand Down

0 comments on commit 1356158

Please sign in to comment.