We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e5f479 + d2c0f92 commit 20fd5c7Copy full SHA for 20fd5c7
1 file changed
gatsby-node.js
@@ -1235,10 +1235,10 @@ exports.createSchemaCustomization = ({ actions }) => {
1235
component: String
1236
chapterTitle: String
1237
courseTitle: String
1238
- lectures: Int
1239
- videos: Int
1240
- order: Int
1241
- toc: Boolean
+ lectures: Int
+ videos: Int
+ order: Int
+ toc: [String]
1242
}
1243
`;
1244
createTypes(typeDefs);
0 commit comments