OBJECT
WingmanChatSectionMutationType
link GraphQL Schema definition
- type WingmanChatSectionMutationType {
- # Arguments
- # message:
- # Possible violation list: IS_BLANK_ERROR
- # localContext:
- (: String!, : String!): WingmanChatSectionMutationTypeStartNewConversationOutput!
- # Arguments
- # threadId:
- # message:
- # Possible violation list: IS_BLANK_ERROR
- # localContext:
- (
- : WingmanChatThreadId!,
- : String!,
- : String!
- ): WingmanChatSectionMutationTypeContinueConversationOutput!
- # Arguments
- # threadId:
- # Possible violation list: IS_BLANK_ERROR
- # approve:
- (
- : WingmanChatThreadId!,
- : Boolean!
- ): WingmanChatSectionMutationTypeApproveMcpRequestOutput!
- # Requires access to resource GRAPHQL_WINGMAN_CHAT_SETTINGS_EDIT
- #
- # Arguments
- # input:
- (: WingmanChatSettingsInput!): NonNullWingmanChatSettingsValueOrErrorList!
- # Arguments
- # threadId:
- # Possible violation list: IS_BLANK_ERROR
- (: WingmanChatThreadId!): WingmanChatSectionMutationTypePollConversationOutput!
- }