forked from cerc-io/laconic-console
11 lines
117 B
GraphQL
11 lines
117 B
GraphQL
#
|
|
# Copyright 2020 DXOS.org
|
|
#
|
|
|
|
mutation ($botId: String!) {
|
|
bot_kill(botId: $botId) {
|
|
timestamp
|
|
json
|
|
}
|
|
}
|