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