OBJECT

createConversationPayload

Autogenerated return type of createConversation

link GraphQL Schema definition

  • type createConversationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • conversation: Conversation
  • messages: [FieldError]
  • }

link Require by