OBJECT

CreateMarketingTextPayload

Autogenerated return type of CreateMarketingText.

link GraphQL Schema definition

  • type CreateMarketingTextPayload {
  • # 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