Skip to content

Commit 93601cd

Browse files
committed
fix : graphQL type error
1 parent 723bcfb commit 93601cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gatsby-node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ exports.createSchemaCustomization = ({
256256
date: Date @dateformat
257257
category: String
258258
tags: [String]
259+
thumbnail: File @fileByRelativePath
259260
}
260261
261262
type Fields {

0 commit comments

Comments
 (0)