GraphQL Schema Reference
CreateCampaignTemplateInput ¶
GraphQL Schema definition ¶
- input CreateCampaignTemplateInput {
- # A flag to specify if the create template operation should fail on Campaign
- # template name collision or overwrite an existing Campaign template with the same
- # template name.
- : Boolean
- : [CreateCampaignTemplateDataInput!]!
- }