INPUT_OBJECT
UpdateFeedInput
Description
Request to update a feed.
link GraphQL Schema definition
- input UpdateFeedInput {
- # Metadata for auto quarantine.
- : AutoQuarantineMetadataInput
- # Provider description - optional.
- : ProviderDescription
- # Provider name - optional.
- : ProviderName
- # Provider ID.
- : String
- }