From ac55720505e20f901e7433ca12614f52f0eb6ae6 Mon Sep 17 00:00:00 2001 From: Cesar Varela Date: Tue, 20 Aug 2024 15:54:25 -0300 Subject: [PATCH] Add clarifying comment back --- site/gatsby-site/server/remote.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/gatsby-site/server/remote.ts b/site/gatsby-site/server/remote.ts index 8132e880c7..583834ba85 100644 --- a/site/gatsby-site/server/remote.ts +++ b/site/gatsby-site/server/remote.ts @@ -24,6 +24,8 @@ const userExecutor = buildHTTPExecutor({ }, }); +// TODO: uncomment items after the subscription collection is migrated + const ignoreTypes = [ 'Quickadd', 'QuickaddQueryInput',