OBJECT
DeleteMarketingTextPayload
Autogenerated return type of DeleteMarketingText.
link GraphQL Schema definition
- type DeleteMarketingTextPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the marketing text
- : [ValidationError!]!
- # The marketing text object
- : MarketingText!
- }