ChainGraph API Documentation / @badaitech/badai-api / GraphQL / ReplaceSecretParams
Type Alias: ReplaceSecretParams
ReplaceSecretParams =
object
Defined in: client/graphql.ts:2207
Parameters of the replaceSecret mutation.
Properties
id
id:
Scalars["SecretID"]["input"]
Defined in: client/graphql.ts:2209
ID of the secret to be replaced.
type
type:
Scalars["String"]["input"]
Defined in: client/graphql.ts:2211
Type of the secret.
value
value:
Scalars["JSON"]["input"]
Defined in: client/graphql.ts:2213
Unencrypted secret value.