Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / ReplaceSecretResponse

Type Alias: ReplaceSecretResponse

ReplaceSecretResponse = object

Defined in: client/graphql.ts:2217

Response to the replaceSecret mutation.

Properties

__typename?

optional __typename: "ReplaceSecretResponse"

Defined in: client/graphql.ts:2218


id

id: Scalars["SecretID"]["output"]

Defined in: client/graphql.ts:2220

ID of the new secret.

Licensed under BUSL-1.1