OBJECT

UpdateMarketingTextPayload

Autogenerated return type of UpdateMarketingText.

link GraphQL Schema definition

  • type UpdateMarketingTextPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the marketing text
  • errors: [ValidationError!]!
  • # The marketing text object
  • marketingText: MarketingText!
  • }

link Require by