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

Commit

Permalink
+ requiresIndexed to allPublishedContentQueryInput
Browse files Browse the repository at this point in the history
Defaults to false.
  • Loading branch information
Shinsina committed Mar 24, 2022
1 parent d552751 commit 6e4734b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ input AllPublishedContentQueryInput {
sectionBubbling: Boolean = true
"Adjusts the order items are returned in."
sort: ContentSortInput = { field: published, order: desc }
"Whether or not the content needs to be indexed by a search engine"
requiresIndexed: Boolean = false
"Adjust which subset of results should be returned."
pagination: PaginationInput = {}
"For types with a startDate field: Limit results to items with a startDate matching the criteria."
Expand Down

0 comments on commit 6e4734b

Please sign in to comment.