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 #865 from Shinsina/include-content-ids-website-sch…
Browse files Browse the repository at this point in the history
…eduled-content-block-loader

Add `includeContentIds`, website-scheduled-content block-loader
  • Loading branch information
brandonbk authored Feb 15, 2024
2 parents 2e84798 + 88a55d6 commit 491038d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const date = (v) => (v instanceof Date ? v.valueOf() : v);
* @param {string} [params.optionName] The option name.
* @param {number[]} [params.excludeContentIds] An array of content IDs to exclude.
* @param {string[]} [params.excludeContentTypes] An array of content types to exclude.
* @param {string[]} [params.includeContentIds] An array of the content IDs to include.
* @param {string[]} [params.includeContentTypes] An array of content types to include.
* @param {string[]} [params.includeLabels] An array of content labels to include.
* @param {string[]} [params.excludeLabels] An array of content labels to exclude.
Expand Down Expand Up @@ -46,6 +47,7 @@ module.exports = async (apolloClient, {

excludeContentIds,
excludeContentTypes,
includeContentIds,
includeContentTypes,

includeLabels,
Expand All @@ -63,6 +65,7 @@ module.exports = async (apolloClient, {
pagination,
excludeContentIds,
excludeContentTypes,
includeContentIds,
includeContentTypes,
includeLabels,
excludeLabels,
Expand Down

0 comments on commit 491038d

Please sign in to comment.