MutationUpdateChatInput
input MutationUpdateChatInput {
avatar: Upload
description: String
id: ID!
name: String
}
Fields
MutationUpdateChatInput.avatar ● Upload scalar
Avatar of the chat.
MutationUpdateChatInput.description ● String scalar
Custom information about the chat.
MutationUpdateChatInput.id ● ID! non-null scalar
Global identifier of the chat.
MutationUpdateChatInput.name ● String scalar
Name of the chat.
Member Of
updateChat mutation