laconic-console/packages/console-app/src/gql/bot_kill.graphql
Egor Gripasov 3c731b3b2b
fix: Add running bots tab. (#56)
* fix: Add bots resolver.

* minot fix.

* test commit.

* add bot kill

* Integration.

* add refetch.

* Lint.

* Formatting fix.

* Better error handling.
2020-12-02 05:32:49 -05:00

11 lines
117 B
GraphQL

#
# Copyright 2020 DXOS.org
#
mutation ($botId: String!) {
bot_kill(botId: $botId) {
timestamp
json
}
}