Skip to content

updateCustomIntelFeed

Update custom intel feed.

Arguments

Argument Type Description
input (required) UpdateCustomIntelFeedInput! Input for update custom intel feed.

Returns

Void

Sample

mutation UpdateCustomIntelFeed($input: UpdateCustomIntelFeedInput!) {
  updateCustomIntelFeed(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "updateCustomIntelFeed": "example-string"
  }
}