arch: move web folder into api & move api to top level
This commit is contained in:
5
frontend/src/shared/graphql/deleteTask.graphqls
Normal file
5
frontend/src/shared/graphql/deleteTask.graphqls
Normal file
@ -0,0 +1,5 @@
|
||||
mutation deleteTask($taskID: String!) {
|
||||
deleteTask(input: { taskID: $taskID }) {
|
||||
taskID
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user