Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mutation toggleLock($projectPath: ID!, $filePath: String!, $lock: Boolean!) {
projectSetLocked(input: { projectPath: $projectPath, filePath: $filePath, lock: $lock }) {
project {
id
pathLocks {
nodes {
path
}
errors