GraphQL OBJECT

HistoryEntrySearchResult

History entries which match filter criteria.

link Definition

  • type HistoryEntrySearchResult {
  • # List of history entries that match the search parameters.
  • historyEntries: [HistoryEntrySearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by