forked from cerc-io/laconic-console
* fix: Add bots resolver. * minot fix. * test commit. * add bot kill * Integration. * add refetch. * Lint. * Formatting fix. * Better error handling.
11 lines
117 B
GraphQL
11 lines
117 B
GraphQL
#
|
|
# Copyright 2020 DXOS.org
|
|
#
|
|
|
|
mutation ($botId: String!) {
|
|
bot_kill(botId: $botId) {
|
|
timestamp
|
|
json
|
|
}
|
|
}
|