Skip to main content

Чеки

Справочная документация по типам схем GraphQL в категории Проверки.

Mutations

createCheckRun

Mutation

Create a check run.

Поля ввода для createCheckRun

Возвращаемые поля для createCheckRun

Имя.Description

checkRun (CheckRun)

The newly created check run.

clientMutationId (String)

A unique identifier for the client performing the mutation.

createCheckSuite

Mutation

Create a check suite.

Поля ввода для createCheckSuite

Возвращаемые поля для createCheckSuite

Имя.Description

checkSuite (CheckSuite)

The newly created check suite.

clientMutationId (String)

A unique identifier for the client performing the mutation.

rerequestCheckSuite

Mutation

Rerequests an existing check suite.

Поля ввода для rerequestCheckSuite

Возвращаемые поля для rerequestCheckSuite

Имя.Description

checkSuite (CheckSuite)

The requested check suite.

clientMutationId (String)

A unique identifier for the client performing the mutation.

updateCheckRun

Mutation

Update a check run.

Поля ввода для updateCheckRun

Возвращаемые поля для updateCheckRun

Имя.Description

checkRun (CheckRun)

The updated check run.

clientMutationId (String)

A unique identifier for the client performing the mutation.

updateCheckSuitePreferences

Mutation

Modifies the settings of an existing check suite.

Поля ввода для updateCheckSuitePreferences

Возвращаемые поля для updateCheckSuitePreferences

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The updated repository.

Objects

CheckAnnotation

Object

A single check annotation.

Поля для CheckAnnotation

Имя.Description

annotationLevel (CheckAnnotationLevel)

The annotation's severity level.