SignupRoundInput
An input for creating or modifying SignupRounds.
input SignupRoundInput {
automation_action: SignupRoundAutomationAction
maximum_event_signups: String
ranked_choice_order: RankedChoiceOrder
rerandomize_lottery_numbers: Boolean
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.rerandomize_lottery_numbers ● Boolean scalar
If true, the automation will reassign random lottery numbers to all attendees before executing this round
SignupRoundInput.start ● Date scalar
The time that this signup round starts
Member Of
CreateSignupRoundInput input ● UpdateSignupRoundInput input