From fd7f83dfeb491412494a4f78529b8b050b6162e9 Mon Sep 17 00:00:00 2001 From: Tyler Barnes Date: Mon, 5 Dec 2022 13:52:52 -0800 Subject: [PATCH] canary commit --- .../src/steps/create-schema-customization/helpers.js | 1 + 1 file changed, 1 insertion(+) 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