CHAT_BY_ID
Variable: CHAT_BY_ID
const
CHAT_BY_ID:DocumentNode
Defined in: src/GraphQl/Queries/PlugInQueries.ts:156
GraphQL query to retrieve a list of chats based on user ID.
Param
The ID of the user for which chats are being retrieved.
Returns
The list of chats associated with the user, including details such as ID, creator, messages, organization, and participating users.