Graphql fields and variables for the chat query
Scope required:
For a complete list of possible response fields see the Chat type.
query chat ($id: ID) { chat (id: $id) { createdAt id mode title updatedAt } }
id
ID
Chat
Last updated 18 hours ago
Was this helpful?