Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from solocommand/fix-leaders-query
Browse files Browse the repository at this point in the history
Update leaders query
  • Loading branch information
solocommand authored Feb 2, 2021
2 parents 095eafd + bd68e54 commit 06642ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ query ContentForLeadersSection(
pagination: { limit: 0 },
sort: { field: name, order: asc },
sectionBubbling: false,
includeContentTypes: Company
includeContentTypes: $includeContentTypes
}) {
edges {
node {
Expand Down

0 comments on commit 06642ea

Please sign in to comment.