CREATE_CHAT
Variable: CREATE_CHAT
const
CREATE_CHAT:DocumentNode
Defined in: src/GraphQl/Mutations/OrganizationMutations.ts:60
GraphQL mutation to create a chat between users in an organization.
Param
An array of user IDs participating in the direct chat.
Param
The ID of the organization where the direct chat is created.
Returns
The created direct chat object.