OBJECT

DeleteMarketingTextPayload

Autogenerated return type of DeleteMarketingText.

link GraphQL Schema definition

  • type DeleteMarketingTextPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the marketing text
  • errors: [ValidationError!]!
  • # The marketing text object
  • marketingText: MarketingText!
  • }

link Require by