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

fix(gatsby-transformer-remark): restore behavior of serializing date-like fields to string #11716

Merged
merged 6 commits into from
Feb 12, 2019
Prev Previous commit
chore: revert relative import
  • Loading branch information
DSchau committed Feb 12, 2019
commit 37d2c60ef36989876e6224b079f3ecd803cd7429
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const {
} = require(`gatsby/graphql`)
const {
inferObjectStructureFromNodes,
} = require(`gatsby/src/schema/infer-graphql-type`)
} = require(`../../../gatsby/src/schema/infer-graphql-type`)

let node
let actions
Expand Down