OBJECT

createMessageBlastPayload

Autogenerated return type of createMessageBlast.

link GraphQL Schema definition

  • type createMessageBlastPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • message: String
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }