Skip to content

Commit 6fbf947

Browse files
authored
Merge pull request graphql#816 from than/patch-1
fixes link to Global Object Identification page
2 parents 8ad1f95 + e4053fb commit 6fbf947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/BestPractice-Caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This is a powerful tool to hand to client developers. In the same way that the U
3535

3636
If the backend uses something like UUIDs for identifiers, then exposing this globally unique ID may be very straightforward! If the backend doesn't have a globally unique ID for every object already, the GraphQL layer might have to construct this. Oftentimes, that's as simple as appending the name of the type to the ID and using that as the identifier; the server might then make that ID opaque by base64-encoding it.
3737

38-
Optionally, this ID can then be used to work with the [Global Object Identification](learn/global-object-identification/)'s `node` pattern.
38+
Optionally, this ID can then be used to work with the [Global Object Identification](/learn/global-object-identification)'s `node` pattern.
3939

4040
## Compatibility with existing APIs
4141

0 commit comments

Comments
 (0)