diff --git a/packages/gatsby-source-wordpress/src/steps/create-schema-customization/helpers.js b/packages/gatsby-source-wordpress/src/steps/create-schema-customization/helpers.js index 440e2b319f57b..cde944907373f 100644 --- a/packages/gatsby-source-wordpress/src/steps/create-schema-customization/helpers.js +++ b/packages/gatsby-source-wordpress/src/steps/create-schema-customization/helpers.js @@ -3,6 +3,7 @@ import { typeDefinitionFilters } from "./type-filters" import { getPluginOptions } from "~/utils/get-gatsby-api" import { cloneDeep, merge } from "lodash" +// canary commit export const buildInterfacesListForType = type => { let shouldAddNodeType = false