MessageChatInput
No description
input MessageChatInput {
message: String!
receiver: ID!
}
Fields
MessageChatInput.message
● String!
non-null scalar
MessageChatInput.receiver
● ID!
non-null scalar
Member of
createMessageChat
mutation