mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-15 05:31:02 -05:00
8 lines
112 B
GraphQL
8 lines
112 B
GraphQL
#import "./taskFragment.gql"
|
|
|
|
mutation taskLogsClear ($id: ID!) {
|
|
taskLogsClear (id: $id) {
|
|
...task
|
|
}
|
|
}
|