The triggerPollIngestFeed() GraphQL mutation will attempt to trigger a poll on an ingest feed.

Syntax

Below is the syntax for the triggerPollIngestFeed() mutation field:

triggerPollIngestFeed(
     input: TriggerPollIngestFeed!
   ): boolean!

The input contains data for trigger polling an ingest feed.

Given Datatypes

For the input triggerPollIngestFeed(), there are a couple of parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: TriggerPollIngestFeed

ParameterTypeRequired[a]DefaultDescription
repositoryNameRepoOrViewNameyes Name of the repository of the ingest feed.
idstringyes The unique identifier for the ingest feed.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.