RankedChoiceUserConstraint
A user-defined constraint on how many events the ranked choice algorithm should sign them up for. This can be time-bounded, and a user can have as many or as few of these as they like.
type RankedChoiceUserConstraint {
created_at: Date!
finish: Date
id: ID!
maximum_signups: Int!
start: Date
updated_at: Date!
user_con_profile: UserConProfile!
}