SendChatInput
No description
input SendChatInput {
customerId: ID!
text: String
attachmentIds: [ID!]
}
Fields
SendChatInput.customerId
● ID!
non-null scalar
SendChatInput.text
● String
scalar
SendChatInput.attachmentIds
● [ID!]
list scalar
Member of
sendChat
mutation