mutation CreateSponsorshipPlan($data: CreatePlanInput!) { createSponsorshipPlan(data: $data) { id } }