Implement CreateCampaign mutation and add CampaignSpec.AppliesToCampaign field
Created by: mrnugget
This fixes #12469 (closed) by implementing the createCampaign
mutation (as a thin wrapper around ApplyCampaign
) and by implementing the AppliesToCampaign
field on CampaignSpec
.