INPUT_OBJECT
UpdateCustomIntelFeedInput
Description
Input request for update custom intel feed.
link GraphQL Schema definition
- input UpdateCustomIntelFeedInput {
 - #   Provider description - optional.
 - : ProviderDescription
 - #   Entries to add - optional.
 - : [CustomEntries!]
 - #   Optional - The string to be removed, corresponding to the hex representation of 
 - #   either:
 - #   1) A hash (MD5/SHA1/SHA256)
 - #   2) MD5 of a yara rule
 - : [String!]
 - #   Provider name - optional.
 - : ProviderName
 - #   Provider ID.
 - : String
 - #   User.
 - : String
 - }