In the campaign mutation following mutations will be DEPRECATED and are renamed with the new ones. Kindly replace them with the new ones.
- campaignCreate -> createCampaign
- campaignUpdate -> updateCampaign
- campaignActivate -> activateCampaign
- campaignDeactivate -> deactivateCampaign
Apart from the following mentioned details all the arguments and functionalities are intact.
- For createCampaign mutation,
- office_id is made a required argument.
- For deactivateCampaign mutation,
- campaign argument is removed as it is not used for making any change in the campaign record.