From ed5990c0939e923f2c4023bde7ba7a751226e28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Thu, 29 Jun 2023 16:42:31 +0200 Subject: [PATCH] chore: remove TODO comment about already solved issue #2 --- .../gatsby-source-contentful/src/create-schema-customization.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gatsby-source-contentful/src/create-schema-customization.ts b/packages/gatsby-source-contentful/src/create-schema-customization.ts index a328f1d59fa94..bd937d086e245 100644 --- a/packages/gatsby-source-contentful/src/create-schema-customization.ts +++ b/packages/gatsby-source-contentful/src/create-schema-customization.ts @@ -678,7 +678,6 @@ export const createSchemaCustomization: GatsbyNode["createSchemaCustomization"] fields: { raw: `String!`, }, - // TODO: do we need a node interface here? interfaces: [`Node`], extensions: { dontInfer: {},