DecryptedBot
Plaintext payload returned by decryptBotConfigOnce. Mirrors the row's
own secure_config column shape — the dashboard re-uses the same form
schema it does for the regular bot edit flow, just with plaintext
already populated. The bot field carries the row's non-secret
metadata so the dashboard doesn't need a second round-trip.
type DecryptedBot {
id: ID!
secureConfig: Map!
}
Fields
DecryptedBot.id ● ID! non-null scalar
DecryptedBot.secureConfig ● Map! non-null scalar
Decrypted secure_config map. Path-based: only the bot.SecretConfigPaths leaves are guaranteed to be plaintext — everything else is the row's value as-is.
Returned By
decryptBotConfigOnce mutation