Skip to content

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

Type Alias: DeleteSecretResponse ​

DeleteSecretResponse = object

Defined in: client/graphql.ts:403

Response to the deleteSecret mutation.

Properties ​

__typename? ​

optional __typename: "DeleteSecretResponse"

Defined in: client/graphql.ts:404


id ​

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

Defined in: client/graphql.ts:406

ID of the deleted secret.

Licensed under BUSL-1.1