arch: move web folder into api & move api to top level
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
mutation updateTaskDescription($taskID: UUID!, $description: String!) {
|
||||
updateTaskDescription(input: {taskID: $taskID, description: $description}) {
|
||||
id
|
||||
description
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user