ConversationChangeContactInput
Autogenerated input type of ConversationChangeContact
input ConversationChangeContactInput {
clientMutationId: String
contactId: ID!
conversationId: ID!
}
Fields
ConversationChangeContactInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConversationChangeContactInput.contactId ● ID! non-null scalar common
The contact ID.
ConversationChangeContactInput.conversationId ● ID! non-null scalar common
The conversation ID.
Member of
conversationChangeContact mutation