Skip to content

updateReceivedDirectMessagePayload

Autogenerated return type of updateReceivedDirectMessage.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateReceivedDirectMessage.
"""
type updateReceivedDirectMessagePayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
received_direct_message: ReceivedDirectMessage
}