diff --git a/services/graphql-server/src/graphql/definitions/platform/content/index.js b/services/graphql-server/src/graphql/definitions/platform/content/index.js index c9e0cac7e..915749b44 100644 --- a/services/graphql-server/src/graphql/definitions/platform/content/index.js +++ b/services/graphql-server/src/graphql/definitions/platform/content/index.js @@ -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."