Mutation
Variables
Response
Mutations
saveGitLabAutoRetryRule
Save git lab auto retry rule for Mutation.
MUTATION
saveGitLabAutoRetryRule(input: SaveGitLabAutoRetryRuleInput!): GitLabAutoRetryRule!Arguments
input
required
Input used by saveGitLabAutoRetryRule.
Returns
id
ID!
Id for GitLabAutoRetryRule.
projectId
ID!
Project id for GitLabAutoRetryRule.
pipelineId
ID
Pipeline id for GitLabAutoRetryRule.
enabled
Boolean!
Enabled for GitLabAutoRetryRule.
maxAttempts
Int!
Max attempts for GitLabAutoRetryRule.
attempts
Int!
Attempts for GitLabAutoRetryRule.
lastError
String
Last error for GitLabAutoRetryRule.
lastAttemptAt
String
Last attempt at for GitLabAutoRetryRule.
createdAt
String!
Created at for GitLabAutoRetryRule.
updatedAt
String!
Updated at for GitLabAutoRetryRule.
executions
Executions for GitLabAutoRetryRule.
Mutation
Variables
Response