onCreateNode Mdx node missing fields #31745
-
I am using
Where is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is expected behavior as it adds those fields during the gatsby/packages/gatsby-plugin-mdx/gatsby/create-schema-customization.js Lines 121 to 294 in a67d339 If you want to access them/do something with them you'll have to use the |
Beta Was this translation helpful? Give feedback.
This is expected behavior as it adds those fields during the
createSchemaCustomization
step which runs after thecreateNodes
(whenonCreateNode
is called).gatsby/packages/gatsby-plugin-mdx/gatsby/create-schema-customization.js
Lines 121 to 294 in a67d339