Skip to content

Commit bb95aa5

Browse files
sungam3rIvanGoncharov
authored andcommitted
fixed #613 (#614)
1 parent b967f46 commit bb95aa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ type Alien implements Sentient {
6666

6767
type Human implements Sentient {
6868
name: String!
69+
pets: [Pet!]
6970
}
7071

7172
enum CatCommand { JUMP }
@@ -1067,7 +1068,7 @@ fragment dogFragment on Dog {
10671068
}
10681069
}
10691070

1070-
fragment ownerFragment on Dog {
1071+
fragment ownerFragment on Human {
10711072
name
10721073
pets {
10731074
...dogFragment

0 commit comments

Comments
 (0)