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

Syntax

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

graphql
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

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 20, 2024
idstringyes The unique identifier for the ingest feed.
repositoryNameRepoOrViewNameyes The name of the repository of the ingest feed. RepoOrViewName is a scalar.