WingmanChatSectionMutationType (Object)
type WingmanChatSectionMutationType {
startNewConversation(
messageInput: WingmanChatThreadMessageInput!
): WingmanChatSectionMutationTypeStartNewConversationOutput!
continueConversation(
threadId: WingmanChatThreadId!
messageInput: WingmanChatThreadMessageInput!
): WingmanChatSectionMutationTypeContinueConversationOutput!
approveMcpRequest(
threadId: WingmanChatThreadId!
approvalInput: WingmanChatThreadRequestApprovalInput!
): WingmanChatSectionMutationTypeApproveMcpRequestOutput!
setSettings(
input: WingmanChatSettingsInput!
): NonNullWingmanChatSettingsValueOrErrorList!
}
Fields
WingmanChatSectionMutationType.startNewConversation ● WingmanChatSectionMutationTypeStartNewConversationOutput! non-null union
WingmanChatSectionMutationType.startNewConversation.messageInput ● WingmanChatThreadMessageInput! non-null input
Possible violation list: IS_BLANK_ERROR
WingmanChatSectionMutationType.continueConversation ● WingmanChatSectionMutationTypeContinueConversationOutput! non-null union
WingmanChatSectionMutationType.continueConversation.threadId ● WingmanChatThreadId! non-null scalar
WingmanChatSectionMutationType.continueConversation.messageInput ● WingmanChatThreadMessageInput! non-null input
Possible violation list: IS_BLANK_ERROR
WingmanChatSectionMutationType.approveMcpRequest ● WingmanChatSectionMutationTypeApproveMcpRequestOutput! non-null union
WingmanChatSectionMutationType.approveMcpRequest.threadId ● WingmanChatThreadId! non-null scalar
Possible violation list: IS_BLANK_ERROR
WingmanChatSectionMutationType.approveMcpRequest.approvalInput ● WingmanChatThreadRequestApprovalInput! non-null input
WingmanChatSectionMutationType.setSettings ● NonNullWingmanChatSettingsValueOrErrorList! non-null union
Requires access to resource GRAPHQL_WINGMAN_CHAT_SETTINGS_EDIT
WingmanChatSectionMutationType.setSettings.input ● WingmanChatSettingsInput! non-null input
Returned By
wingmanAi.wingmanChat mutation