SetSignupRankedChoicePrioritizeWaitlistInput
Autogenerated input type of SetSignupRankedChoicePrioritizeWaitlist
input SetSignupRankedChoicePrioritizeWaitlistInput {
clientMutationId: String
id: ID!
prioritizeWaitlist: Boolean!
waitlistPositionCap: Int
}
Fields
SetSignupRankedChoicePrioritizeWaitlistInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
SetSignupRankedChoicePrioritizeWaitlistInput.id ● ID! non-null scalar
The ID of the SignupRankedChoice to update
SetSignupRankedChoicePrioritizeWaitlistInput.prioritizeWaitlist ● Boolean! non-null scalar
Should this SignupRankedChoice prioritize itself for full events?
SetSignupRankedChoicePrioritizeWaitlistInput.waitlistPositionCap ● Int scalar
Only prioritize waitlisting if the resulting position would be at or below this number. Null means no cap. Only relevant when prioritize_waitlist is true.