Commit f3eedc08 authored by Jacques Erasmus's avatar Jacques Erasmus

Add lock mutation to frontend

Added lock mutation to the frontend
parent ac386162
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