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

ParameterTypeRequired[a]DefaultDescription
groupRepositoryyes The unassigned repository (see Repository Table).

[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.