laconic-console/src/gql/bot_kill.graphql
2023-03-20 02:23:46 -06:00

11 lines
117 B
GraphQL

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