Skip to content

updateConversationPayload

Autogenerated return type of updateConversation.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateConversation.
"""
type updateConversationPayload {
conversation: Conversation
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}