OBJECT
FeedInfo
Description
Information about the feed.
link GraphQL Schema definition
- type FeedInfo {
- # User who added the feed.
- : String!
- # Description of the feed.
- : String!
- # Statistics about the hash and YARA entries in the feed.
- : FeedSummaryStats
- # Status of the feed.
- : FeedStatus!
- # Last updated time of the feed.
- : DateTime
- # Provider specific information.
- : ProviderInfo
- }