OBJECT
UpdateMarketingTextPayload
Autogenerated return type of UpdateMarketingText.
link GraphQL Schema definition
- type UpdateMarketingTextPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the marketing text
- : [ValidationError!]!
- # The marketing text object
- : MarketingText!
- }