WingmanChatSectionQueryType (Object)
type WingmanChatSectionQueryType {
isAvailable: Boolean!
getAllThreads: NonNullListOfNonNullWingmanChatThreadTypeValueOrErrorList!
getMessagesForThread(
threadId: WingmanChatThreadId!
): NonNullListOfNonNullWingmanChatMessageTypeValueOrErrorList!
settings: WingmanChatSettings!
getThreadApprovalStatus(
threadId: WingmanChatThreadId!
): WingmanChatApprovalRequired
}
Fields
WingmanChatSectionQueryType.isAvailable ● Boolean! non-null scalar
WingmanChatSectionQueryType.getAllThreads ● NonNullListOfNonNullWingmanChatThreadTypeValueOrErrorList! non-null union
WingmanChatSectionQueryType.getMessagesForThread ● NonNullListOfNonNullWingmanChatMessageTypeValueOrErrorList! non-null union
WingmanChatSectionQueryType.getMessagesForThread.threadId ● WingmanChatThreadId! non-null scalar
WingmanChatSectionQueryType.settings ● WingmanChatSettings! non-null object
Requires access to resource GRAPHQL_WINGMAN_CHAT_SETTINGS_SEE
WingmanChatSectionQueryType.getThreadApprovalStatus ● WingmanChatApprovalRequired object
WingmanChatSectionQueryType.getThreadApprovalStatus.threadId ● WingmanChatThreadId! non-null scalar
Returned By
wingmanAi.wingmanChat query