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