AiChatViewedInput
InputAutogenerated input type of AiChatViewed
mutation { organization(id: $organizationId) { aiChatViewed } }
Example
mutation AiChatViewed(
$organizationId: ID!
$input: AiChatViewedInput!
) {
organization(id: $organizationId) {
aiChatViewed(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |