GraphQL reference

AiChatViewedInput

Input

Autogenerated input type of AiChatViewed

mutation { organization(id: $organizationId) { aiChatViewed } }

Example

mutation AiChatViewed(
  $organizationId: ID!
  $input: AiChatViewedInput!
) {
  organization(id: $organizationId) {
    aiChatViewed(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime