threatFeeds List the threat feeds. Returns ListThreatFeedsResponse! Sample QueryVariablesExample Response query { threatFeeds } {} { "data": { "threatFeeds": { "feeds": [ { "addedBy": "example-string", "description": "example-string", "feedStatus": "ACTIVE", "lastUpdatedTime": "2024-01-01T00:00:00.000Z" } ] } } }