chat
Graphql fields and variables for the chat query
query chat ($id: ID) {
chat (id: $id) {
createdAt
id
title
updatedAt
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
Graphql fields and variables for the chat query
query chat ($id: ID) {
chat (id: $id) {
createdAt
id
title
updatedAt
}
}Last updated
Was this helpful?
Was this helpful?