Skip to content

Commit

Permalink
Add extend on User type (#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpman authored and abernix committed Aug 27, 2019
1 parent 459e109 commit fc6f5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/federation/advanced-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type Review {
author: User @provides(fields: "username")
}
type User @key(fields: "id") {
extend type User @key(fields: "id") {
id: ID! @external
username: String @external
}
Expand Down

0 comments on commit fc6f5e5

Please sign in to comment.