Skip to content

Commit

Permalink
feat(gatsby-transformer-documentationjs): move createTypes to createS…
Browse files Browse the repository at this point in the history
…chemaCustomization (#33149)
  • Loading branch information
wardpeet committed Sep 11, 2021
1 parent 3d05986 commit 1720988
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ function prepareDescriptionNode(node, markdownStr, name, helpers) {
return descriptionNode
}

exports.sourceNodes = ({ actions }) => {
exports.createSchemaCustomization = ({ actions }) => {
const { createTypes } = actions
const typeDefs = /* GraphQL */ `
type DocumentationJs implements Node
Expand Down

0 comments on commit 1720988

Please sign in to comment.