Skip to main content

MutationCreateChatInput

input MutationCreateChatInput {
avatar: Upload
description: String
name: String!
organizationId: ID!
}

Fields

MutationCreateChatInput.avatar ● Upload scalar

Avatar of the chat.

MutationCreateChatInput.description ● String scalar

Custom information about the chat.

MutationCreateChatInput.name ● String! non-null scalar

Name of the chat.

MutationCreateChatInput.organizationId ● ID! non-null scalar

Global identifier of the associated organization.

Member Of

createChat mutation