OBJECT

FeedInfo

Description

Information about the feed.

link GraphQL Schema definition

  • type FeedInfo {
  • # User who added the feed.
  • addedBy: String!
  • # Description of the feed.
  • description: String!
  • # Statistics about the hash and YARA entries in the feed.
  • feedStats: FeedSummaryStats
  • # Status of the feed.
  • feedStatus: FeedStatus!
  • # Last updated time of the feed.
  • lastUpdatedTime: DateTime
  • # Provider specific information.
  • providerInfo: ProviderInfo
  • }