Skip to content

Commit 29321c8

Browse files
committed
README: Fix compound key URL
1 parent 876bbb3 commit 29321c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ There is also a cool [example](https://github.com/preply/graphene-federation/iss
171171
## Known issues
172172

173173
1. decorators will not work properly on fields with custom names for example `some_field = String(name='another_name')`
174-
1. `@key` decorator will not work on [compound primary key](https://www.apollographql.com/docs/federation/entities/#defining-a-compound-primary-key)
174+
1. `@key` decorator will not work on [compound primary key](https://www.apollographql.com/docs/federation/entities-advanced/#compound-keys)
175175

176176
------------------------
177177

0 commit comments

Comments
 (0)