createConversationPayload
Autogenerated return type of createConversation.
Fields
messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of createConversation."""type createConversationPayload { conversation: Conversation
""" The list of errors occurred during the mutation """ messages: [FieldError]}