Skip to content

Commit 9bcaa9b

Browse files
Update content/graphql/interfaces.md
1 parent 376ade1 commit 9bcaa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class CharacterInterfaceResolver {
8787
}
8888
```
8989

90-
Now the `friends` query is applied on all objects that implement the `Character` interface.
90+
Now the `friends` field resolver is auto-registered for all object types that implement the `Character` interface.
9191

9292
#### Schema first
9393

0 commit comments

Comments
 (0)