The unblockIngest() GraphQL mutation is used to unblock ingest to a specified repository. It requires root permission.

For more information on blocking and unblocking ingesting data, see the Blocking and Unblocking Ingestion documentation page.

Syntax

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

graphql
unblockIngest(
      repositoryName: string!
   ): UnblockIngestMutation!

Returned Datatypes

The returned datatype UnblockIngestMutation has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: UnblockIngestMutation

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: Oct 4, 2024
groupRepositoryyes The repository from which to unblock ingest. See Repository.