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