Skip to main content

OnboardingCaptainSetObjectiveInput

Attributes for setting a team's objective

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

Fields

OnboardingCaptainSetObjectiveInput.fundsDistributionMethod ● FundsDistributionMethod! non-null enum

How will funds be distributed for the team

OnboardingCaptainSetObjectiveInput.fundsObjectiveType ● String! non-null scalar

The team's objective type

OnboardingCaptainSetObjectiveInput.fundsObjective ● String scalar

A description of what the team will use the funds for

Member of

OnboardingCaptainSetObjective mutation