Skip to main content

FundsObjectiveInput

Attributes for setting a team's objective.

input FundsObjectiveInput {
fundsDistributionMethod: FundsDistributionMethod!
fundsObjectiveType: String!
fundsObjective: String
}

Fields​

FundsObjectiveInput.fundsDistributionMethod ● FundsDistributionMethod! non-null enum​

How will funds be distributed for the team

FundsObjectiveInput.fundsObjectiveType ● String! non-null scalar​

The team's objective type

FundsObjectiveInput.fundsObjective ● String scalar​

A description of what the team will use the funds for

Member of​

CampaignUpdate mutation