Skip to content

Commit b80a47d

Browse files
Update part8a.md
'gql' was added to the typeDef variable and node fails to resolve it when you run the application.
1 parent 0c06912 commit b80a47d

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)