Skip to main content

DecryptedExchange

Plaintext payload returned by decryptExchangeConfigOnce. Mirrors the row's config column shape so the dashboard re-uses the same form schema it does for the regular exchange edit flow, just with plaintext already populated.

type DecryptedExchange {
id: ID!
config: Map!
}

Fields

DecryptedExchange.id ● ID! non-null scalar

DecryptedExchange.config ● Map! non-null scalar

Decrypted config map. Path-based: only the exchange.SecretConfigPaths leaves are guaranteed plaintext — everything else is the row's value as-is.

Returned By

decryptExchangeConfigOnce mutation