Skip to content

Commit d78a4ce

Browse files
authored
Invalid JSON in @OneOf input union query (#740)
Curly braces added
1 parent 05d4a3b commit d78a4ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

rfcs/InputUnion.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -812,9 +812,11 @@ type Mutation {
812812
{
813813
location: "Portland, OR",
814814
animals: [
815-
cat: {
816-
name: "Buster",
817-
livesLeft: 7
815+
{
816+
cat: {
817+
name: "Buster",
818+
livesLeft: 7
819+
}
818820
}
819821
]
820822
}

0 commit comments

Comments
 (0)