Skip to main content

CampaignLeaveInput

Attributes for leaving a campaign

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

Fields

CampaignLeaveInput.campaignId ● ID! non-null scalar

campaignId of the campaign that the fundraiser has decided to leave

CampaignLeaveInput.userId ● ID! non-null scalar

userId of the fundraiser has decided to leave the campaign

Member of

CampaignLeave mutation