markChatConversationRead
Marks the calling user's participant row as read at now(). No-op if the
caller is not a participant of the conversation.
markChatConversationRead(
chat_conversation_id: ID!
): Boolean!
Arguments
markChatConversationRead.chat_conversation_id ● ID! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.


