Skip to content

Commit c2cf09b

Browse files
committed
gql in types
1 parent 195655a commit c2cf09b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = `
286+
const typeDefs = gql`
287287
type Person {
288288
name: String!
289289
phone: String

src/content/8/es/part8a.md

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

284-
const typeDefs = `
284+
const typeDefs = gql`
285285
type Person {
286286
name: String!
287287
phone: String

0 commit comments

Comments
 (0)