Skip to content

Commit 6946f11

Browse files
jpedroschmitznotrab
authored andcommitted
feat: add support for Gatsby v4 (#206)
1 parent 10331f2 commit 6946f11

File tree

2 files changed

+795
-1815
lines changed

2 files changed

+795
-1815
lines changed

gatsby-source-graphcms/src/gatsby-node.js

+3
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,16 @@ export async function createSchemaCustomization(gatsbyApi, pluginOptions) {
293293
type ${typePrefix}RichText {
294294
markdownNode: ${typePrefix}MarkdownNode @link
295295
}
296+
<<<<<<< HEAD
296297
${richTextTypes.map(
297298
(typeName) => `
298299
type ${typePrefix}${typeName}RichText implements Node {
299300
markdownNode: ${typePrefix}MarkdownNode @link
300301
}
301302
`
302303
)}
304+
=======
305+
>>>>>>> c28aac7 (feat: add support for Gatsby v4 (#206))
303306
`)
304307
}
305308

0 commit comments

Comments
 (0)