OBJECT

CampaignData

Additional data of the campaign

link GraphQL Schema definition

  • type CampaignData {
  • # Name of the campaign
  • name: String
  • # Attributes of the campaign defined in its template
  • attributes: JSON
  • # Assets attached to the campaign
  • assets: [Asset]
  • }