Skip to main content

LeaveCampaignInput

Attributes for leaving a campaign

input LeaveCampaignInput {
campaignId: ID!
userId: ID!
}

Fields

LeaveCampaignInput.campaignId ● ID! non-null scalar

campaignId of the campaign that the fundraiser has decided to leave

LeaveCampaignInput.userId ● ID! non-null scalar

userId of the fundraiser has decided to leave the campaign

Member of

LeaveCampaign mutation