removeChatConversationParticipant
Removes a Paminga user from a chat conversation. Returns true if a matching row was deleted, false if no participant row existed.
removeChatConversationParticipant(
chat_conversation_id: ID!
user_id: ID!
): Boolean!
Arguments
removeChatConversationParticipant.chat_conversation_id ● ID! non-null scalar
removeChatConversationParticipant.user_id ● ID! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.


