Github API - Test Config

mutation updateCheckSuitePreferences

Modifies the settings of an existing check suite

Arguments
input UpdateCheckSuitePreferencesInput

UpdateCheckSuitePreferencesInput [input]

Autogenerated input type of UpdateCheckSuitePreferences

Attributes
autoTriggerPreferences CheckSuiteAutoTriggerPreference []

The check suite preferences to modify.

clientMutationId String

A unique identifier for the client performing the mutation.

repositoryId ID

The Node ID of the repository.

API:
Github GraphQL API

Parameters for UpdateCheckSuitePreferences

Returns
UpdateCheckSuitePreferencesPayload

UpdateCheckSuitePreferencesPayload [object]

Autogenerated return type of UpdateCheckSuitePreferences

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

repository Repository

The updated repository.

API:
Github GraphQL API
API:
Github GraphQL API