GraphQL OBJECT
JournalItemSearchResult
link Definition
- type JournalItemSearchResult {
- # List of results that match the search parameters.
- : [JournalItemSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }
GraphQL OBJECT
- type JournalItemSearchResult {
- # List of results that match the search parameters.
- : [JournalItemSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }