ConversationUnreadInput
Autogenerated input type of ConversationUnread
input ConversationUnreadInput {
clientMutationId: String
conversationId: ID!
}
Fields
ConversationUnreadInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConversationUnreadInput.conversationId ● ID! non-null scalar common
The ID of the conversation to unread.
Member of
conversationUnread mutation