AiChatViewedPayload
ObjectAutogenerated return type of AiChatViewed.
mutation { organization(id: $organizationId) { aiChatViewed } }
Example
mutation AiChatViewed(
$organizationId: ID!
$input: AiChatViewedInput!
) {
organization(id: $organizationId) {
aiChatViewed(input: $input) {
errors
}
}
}