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.
2 parents d2a98be + 597919e commit 85b0896Copy full SHA for 85b0896
1 file changed
src/content/8/en/part8c.md
@@ -73,7 +73,7 @@ mongoose.connect(MONGODB_URI)
73
console.log('error connection to MongoDB:', error.message)
74
})
75
76
-const typeDefs = gql`
+const typeDefs = `
77
...
78
`
79
0 commit comments