Skip to content

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

Type Alias: Mutation

Mutation = object

Defined in: client/graphql.ts:851

Properties

__typename?

optional __typename: "Mutation"

Defined in: client/graphql.ts:852


addAgentTelegramIntegration

addAgentTelegramIntegration: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:853


addAgentToChat

addAgentToChat: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:854


addDelta

addDelta: Message

Defined in: client/graphql.ts:855


addMessageAttachment

addMessageAttachment: Message

Defined in: client/graphql.ts:856


addToWhitelist

addToWhitelist: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:857


adminAddMessageToTelegramChatRoom

adminAddMessageToTelegramChatRoom: Message[]

Defined in: client/graphql.ts:858


adminAddMessageToTwitterChatRoom

adminAddMessageToTwitterChatRoom: Message[]

Defined in: client/graphql.ts:859


adminChangeAgentDeploymentStatus

adminChangeAgentDeploymentStatus: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:860


adminCreateTelegramChatRoom

adminCreateTelegramChatRoom: ChatRoom

Defined in: client/graphql.ts:861


adminDeleteTelegramBot

adminDeleteTelegramBot: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:862


agentAttachMyXAccount

agentAttachMyXAccount: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:863


agentAttachTwitterUsernames

agentAttachTwitterUsernames: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:864


agentChangeMyXAccountNotifications

agentChangeMyXAccountNotifications: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:865


agentDetachMyXAccount

agentDetachMyXAccount: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:866


agentDetachTwitterUsernames

agentDetachTwitterUsernames: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:867


appendUsages

appendUsages: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:868


appendVariable

appendVariable: VariableResponse

Defined in: client/graphql.ts:869


authAgentLogin

authAgentLogin: LoginResult

Defined in: client/graphql.ts:870


authBlumMetamaskLogin

authBlumMetamaskLogin: LoginResult

Defined in: client/graphql.ts:871


authGoogleLogin

authGoogleLogin: LoginResult

Defined in: client/graphql.ts:872


authMetamaskLogin

authMetamaskLogin: LoginResult

Defined in: client/graphql.ts:873


authTelegramLogin

authTelegramLogin: LoginResult

Defined in: client/graphql.ts:874


authTwitterLogin

authTwitterLogin: LoginResult

Defined in: client/graphql.ts:875


chainGraphSave

chainGraphSave: ChainGraph

Defined in: client/graphql.ts:876


changeAgentDeploymentType

changeAgentDeploymentType: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:877


chatRoomCreateParticipant

chatRoomCreateParticipant: Participant

Defined in: client/graphql.ts:878


chatRoomRemoveParticipant

chatRoomRemoveParticipant: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:879


chatRoomUpdateParticipant

chatRoomUpdateParticipant: Participant

Defined in: client/graphql.ts:880


continueCompletion

continueCompletion: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:881


createAgent

createAgent: AgentMeta

Defined in: client/graphql.ts:882


createChatRoom

createChatRoom: ChatRoom

Defined in: client/graphql.ts:883


createDeployPaymentForAgent

createDeployPaymentForAgent: DeployPayment

Defined in: client/graphql.ts:884


createSecret

createSecret: CreateSecretResponse

Defined in: client/graphql.ts:886

Create the secret owned by the user.


deleteAgent

deleteAgent: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:887


deleteChatRoom

deleteChatRoom: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:888


deleteMessage

deleteMessage: Message

Defined in: client/graphql.ts:889


deleteSecret

deleteSecret: DeleteSecretResponse

Defined in: client/graphql.ts:891

Delete a secret.


deleteVariable

deleteVariable: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:892


deleteVariables

deleteVariables: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:893


deployAgent

deployAgent: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:894


editMessage

editMessage: Message

Defined in: client/graphql.ts:895


finishMessage

finishMessage: Message

Defined in: client/graphql.ts:896


kdbCreateAgentCollection

kdbCreateAgentCollection: Collection

Defined in: client/graphql.ts:897


kdbCreateChunk

kdbCreateChunk: Chunk[]

Defined in: client/graphql.ts:898


kdbCreateDocument

kdbCreateDocument: DocumentMeta

Defined in: client/graphql.ts:899


kdbCreatePage

kdbCreatePage: Page[]

Defined in: client/graphql.ts:900


kdbCreateQA

kdbCreateQA: Qa[]

Defined in: client/graphql.ts:901


kdbCreateTriplet

kdbCreateTriplet: Triplet[]

Defined in: client/graphql.ts:902


kdbDeleteAgentCollection

kdbDeleteAgentCollection: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:903


kdbDeleteChunk

kdbDeleteChunk: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:904


kdbDeletePage

kdbDeletePage: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:905


kdbDeleteQA

kdbDeleteQA: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:906


kdbIndexingDocumentTaskConfirm

kdbIndexingDocumentTaskConfirm: IndexingDocumentTask

Defined in: client/graphql.ts:907


kdbIndexingDocumentTaskCreate

kdbIndexingDocumentTaskCreate: IndexingDocumentTask

Defined in: client/graphql.ts:908


kdbIndexingDocumentTaskDelete

kdbIndexingDocumentTaskDelete: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:909


kdbIndexingDocumentTaskError

kdbIndexingDocumentTaskError: IndexingDocumentTask

Defined in: client/graphql.ts:910


kdbIndexingDocumentTaskPause

kdbIndexingDocumentTaskPause: IndexingDocumentTask

Defined in: client/graphql.ts:911


kdbIndexingDocumentTaskTransitionState

kdbIndexingDocumentTaskTransitionState: IndexingDocumentTask

Defined in: client/graphql.ts:912


kdbIndexingDocumentTaskUpdateConfig

kdbIndexingDocumentTaskUpdateConfig: IndexingDocumentTask

Defined in: client/graphql.ts:913


kdbRemoveDocument

kdbRemoveDocument: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:914


kdbUpdateAgentCollection

kdbUpdateAgentCollection: Collection

Defined in: client/graphql.ts:915


kdbUpdateDocument

kdbUpdateDocument: DocumentMeta

Defined in: client/graphql.ts:916


kdbUpdatePage

kdbUpdatePage: Page

Defined in: client/graphql.ts:917


kdbUpdateQA

kdbUpdateQA: Qa

Defined in: client/graphql.ts:918


participantPublishToMarketplace

participantPublishToMarketplace: AgentMeta

Defined in: client/graphql.ts:919


regenerateLastResponse

regenerateLastResponse: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:920


removeAgentFromChat

removeAgentFromChat: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:921


removeAgentTelegramIntegration

removeAgentTelegramIntegration: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:922


removeFromWhitelist

removeFromWhitelist: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:923


renameChatRoom

renameChatRoom: ChatRoom

Defined in: client/graphql.ts:924


replaceSecret

replaceSecret: ReplaceSecretResponse

Defined in: client/graphql.ts:926

Replace a secret with the given secret ID with the given secret if they have the same type.


sendMessage

sendMessage: Message

Defined in: client/graphql.ts:927


setMessageMeta

setMessageMeta: Message

Defined in: client/graphql.ts:928


setVariable

setVariable: VariableResponse

Defined in: client/graphql.ts:929


setVariables

setVariables: VariablesResponse

Defined in: client/graphql.ts:930


stopCompletion

stopCompletion: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:931


unsubscribeBalance

unsubscribeBalance: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:932


unsubscribeChatRoom

unsubscribeChatRoom: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:933


unsubscribeMessages

unsubscribeMessages: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:934


updateAgent

updateAgent: AgentMeta

Defined in: client/graphql.ts:935


uploadAttachment

uploadAttachment: Attachment

Defined in: client/graphql.ts:936


userSetEmail

userSetEmail: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:937


voiceToText

voiceToText: DecodingResult

Defined in: client/graphql.ts:938

Licensed under BUSL-1.1