We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5520a1b commit 2e9355aCopy full SHA for 2e9355a
gatsby-node.js
@@ -39,6 +39,7 @@ exports.sourceNodes = async (
39
updatedAt: page.last_edited_time,
40
markdownString: markdown,
41
raw: page,
42
+ json: JSON.stringify(page),
43
parent: null,
44
children: [],
45
internal: {
0 commit comments