chat

Graphql fields and variables for the chat query

Scope required: standard:read

For a complete list of possible response fields see the Chat type.

query chat ($id: ID) {
  chat (id: $id) {
    createdAt
    id
    title
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?