GraphQL: Add retryable and cancelable to PipelineType
What does this MR do?
Adds the retryable and cancelable methods to PipelineType
query {
project(fullPath: "gitlab-org/gitlab-shell") {
pipeline(iid: 6) {
retryable
cancelable
destroyable
}
}
}
Conformity
Edited by Laura Montemayor