INPUT_OBJECT
AddCustomIntelFeedInput
Description
Custom intel feed input.
link GraphQL Schema definition
- input AddCustomIntelFeedInput {
- # Custom feed description.
- : String
- # Custom entries.
- : [CustomEntries!]!
- # Custom feed name.
- : String
- }
INPUT_OBJECT
Custom intel feed input.
- input AddCustomIntelFeedInput {
- # Custom feed description.
- : String
- # Custom entries.
- : [CustomEntries!]!
- # Custom feed name.
- : String
- }