Skip to main content

SignupRoundInput

An input for creating or modifying SignupRounds.

input SignupRoundInput {
maximum_event_signups: String
ranked_choice_order: RankedChoiceOrder
start: Date
}

Fields

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