SignupRoundInput
An input for creating or modifying SignupRounds.
input SignupRoundInput {
automation_action: SignupRoundAutomationAction
maximum_event_signups: String
ranked_choice_order: RankedChoiceOrder
start: Date
}
Fields
SignupRoundInput.automation_action ● SignupRoundAutomationAction enum
The action to take when this signup round opens.
SignupRoundInput.maximum_event_signups ● String scalar
The maximum number of signups allowed during this signup round
SignupRoundInput.ranked_choice_order ● RankedChoiceOrder enum
For ranked-choice conventions, the order to execute signup choices in
SignupRoundInput.start ● Date scalar
The time that this signup round starts
Member Of
CreateSignupRoundInput input ● UpdateSignupRoundInput input