Skip to content

updateFeed

Updates properties of the feed.

Arguments

Argument Type Description
input (required) UpdateFeedInput! Input required for updating properties of the feed.

Returns

Void

Sample

mutation UpdateFeed($input: UpdateFeedInput!) {
  updateFeed(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "updateFeed": "example-string"
  }
}