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