Commit 35eaf35c authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '330406-add-lock-mutation-fe' into 'master'

Blob refactor: Add lock mutation to frontend

See merge request gitlab-org/gitlab!67329
parents 83b1ad38 f3eedc08
mutation toggleLock($projectPath: ID!, $filePath: String!, $lock: Boolean!) {
projectSetLocked(input: { projectPath: $projectPath, filePath: $filePath, lock: $lock }) {
project {
pathLocks {
nodes {
path
}
}
}
errors
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment