From 00ce218a0fee94c9ced145ae9dca8bf4dc4aaa53 Mon Sep 17 00:00:00 2001 From: Josh Worden Date: Thu, 18 Feb 2021 15:36:26 -0600 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20limit=20leaders=20query=20by=20?= =?UTF-8?q?site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../leaders-program/src/graphql/queries/content-for-section.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/leaders-program/src/graphql/queries/content-for-section.js b/packages/leaders-program/src/graphql/queries/content-for-section.js index b02a5a693..6905eca2b 100644 --- a/packages/leaders-program/src/graphql/queries/content-for-section.js +++ b/packages/leaders-program/src/graphql/queries/content-for-section.js @@ -73,6 +73,7 @@ query ContentForLeadersSection( teaser(input: { maxLength: 0 }) website promotions: relatedContent(input: { + withSite: false, queryTypes: [company], includeContentTypes: [Promotion], pagination: { limit: $promotionLimit },