OBJECT
WingmanChatSectionQueryType
link GraphQL Schema definition
- type WingmanChatSectionQueryType {
- # Requires user to be authenticated using one of the following identity types:
- # user session
- : Boolean!
- # Requires user to be authenticated using one of the following identity types:
- # user session
- : NonNullListOfNonNullWingmanChatThreadTypeValueOrErrorList!
- # Requires user to be authenticated using one of the following identity types:
- # user session
- #
- # Arguments
- # threadId:
- (: WingmanChatThreadId!): NonNullListOfNonNullWingmanChatMessageTypeValueOrErrorList!
- # Requires access to resource GRAPHQL_WINGMAN_CHAT_SETTINGS_SEE
- : WingmanChatSettings!
- # Requires user to be authenticated using one of the following identity types:
- # user session
- #
- # Arguments
- # threadId:
- (: WingmanChatThreadId!): WingmanChatApprovalRequired
- }