Mutation
Variables
Response
Mutations
retryGitHubWorkflowJob
Retries a GitHub workflow job and reports whether the operation succeeded.
MUTATION
retryGitHubWorkflowJob(repositoryId: ID!, checkSuiteId: ID!, jobId: ID!, source: GitHubRequestSource!): Boolean!Arguments
repositoryId
ID!
required
Identifier of the repository.
checkSuiteId
ID!
required
Identifier of the check suite.
jobId
ID!
required
Identifier of the job.
source
required
The source used to filter or perform the operation.
Returns
Boolean!
Mutation
Variables
Response