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

Commit

Permalink
Make field non-nullable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Nov 30, 2021
1 parent eec3d41 commit 7a7e4c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ input AllPublishedContentQueryInput {
"Deprecated. Use includeContentTypes instead."
contentTypes: [ContentType!] = []
"Limit results to items matching specific custom attribute key value pairs"
customAttributes: [ContentCustomAttributeQueryInput] = []
customAttributes: [ContentCustomAttributeQueryInput!] = []
"Limit results to items matching at least one of these types."
includeContentTypes: [ContentType!] = []
"Limit results to items matching none of these types."
Expand Down

0 comments on commit 7a7e4c7

Please sign in to comment.