OBJECT
SentMessagePayload
Return type for sendMessage mutation.
link GraphQL Schema definition
- type SentMessagePayload {
- # Sent message object.
- : SentMessage
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }
OBJECT
Return type for sendMessage mutation.
- type SentMessagePayload {
- # Sent message object.
- : SentMessage
- # List of errors that occurred executing the mutation.
- : [DisplayableError!]!
- }