INPUT_OBJECT
IocInputType
Description
Indicators of compromise.
link GraphQL Schema definition
- input IocInputType {
- # Specifies the feed provider ID.
- : String
- # Indicators of compromise.
- : IndicatorOfCompromiseInputListType
- }
INPUT_OBJECT
Indicators of compromise.
- input IocInputType {
- # Specifies the feed provider ID.
- : String
- # Indicators of compromise.
- : IndicatorOfCompromiseInputListType
- }