Skip to content

Commit 9cee78a

Browse files
authored
Merge pull request #2765 from nottherealalanturing/patch-1
Update part8a.md
2 parents 0c06912 + b80a47d commit 9cee78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/en/part8a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ let persons = [
283283
},
284284
]
285285

286-
const typeDefs = gql`
286+
const typeDefs = `
287287
type Person {
288288
name: String!
289289
phone: String

0 commit comments

Comments
 (0)