Skip to content

Commit 626c9f3

Browse files
authored
Update interface.md
1 parent f0bb2e5 commit 626c9f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/definitions/type-system/interface.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Character:
5454
Human:
5555
type: object
5656
config:
57+
interfaces: [Character] # multiple interfaces allowed
5758
fields:
5859
id: "ID!"
5960
name:
@@ -69,6 +70,7 @@ Human:
6970
Droid:
7071
type: object
7172
config:
73+
interfaces: [Character] # multiple interfaces allowed
7274
fields:
7375
id: "ID!"
7476
name:

0 commit comments

Comments
 (0)