We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195655a commit c2cf09bCopy full SHA for c2cf09b
src/content/8/en/part8a.md
@@ -283,7 +283,7 @@ let persons = [
283
},
284
]
285
286
-const typeDefs = `
+const typeDefs = gql`
287
type Person {
288
name: String!
289
phone: String
src/content/8/es/part8a.md
@@ -281,7 +281,7 @@ let persons = [
281
282
0 commit comments