GraphQL OBJECT

JournalItemSearchResult

link Definition

  • type JournalItemSearchResult {
  • # List of results that match the search parameters.
  • journalItems: [JournalItemSearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by