Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rawMarkdownBody to Markdown node #5557

Merged
merged 6 commits into from
Jun 6, 2018
Prev Previous commit
Remove unnecessary declaration
  • Loading branch information
alexluong committed May 27, 2018
commit e3bd700d3355dd7946920a2e8851eed8422348d1
6 changes: 0 additions & 6 deletions packages/gatsby-transformer-remark/src/extend-node-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,6 @@ module.exports = (
})
},
},
rawMarkdownBody: {
type: GraphQLString,
resolve(markdownNode) {
return markdownNode.rawMarkdownBody
},
},
headings: {
type: new GraphQLList(HeadingType),
args: {
Expand Down