Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Archive Conversation mutation.

Operation details

FieldValue
NamearchiveConversation
GroupConversations
TypeMutation
SignaturearchiveConversation(id: ID!): Conversation!

Playground

Query

Query
mutation ArchiveConversation($id: ID!) {
  archiveConversation(id: $id) {
    id
    title
    status
    createdAt
    updatedAt
    archivedAt
  }
}

Variables

Variables
{
  "id": ""
}