Skip to main content

RegistrationPolicyBucket

A bucket that a run's signups can be placed into as part of a registration policy

type RegistrationPolicyBucket {
anything: Boolean!
description: String
expose_attendees: Boolean!
id: ID!
key: String!
minimum_slots: Int
name: String
not_counted: Boolean!
preferred_slots: Int
slots_limited: Boolean!
total_slots: Int
}

Fields

RegistrationPolicyBucket.anything ● Boolean! non-null scalar

Whether or not this is a "flex" bucket ("anything" is a legacy term for "flex")

RegistrationPolicyBucket.description ● String scalar

A long-form description for the bucket

RegistrationPolicyBucket.expose_attendees ● Boolean! non-null scalar

Whether or not to allow other attendees to see that a person is in this bucket in the signup summary page

RegistrationPolicyBucket.id ● ID! non-null scalar

The ID of this bucket

RegistrationPolicyBucket.key ● String! non-null scalar

The unique string identifier for this bucket

RegistrationPolicyBucket.minimum_slots ● Int scalar

The minimum number of attendees needed for this bucket

RegistrationPolicyBucket.name ● String scalar

The name of this bucket

RegistrationPolicyBucket.not_counted ● Boolean! non-null scalar

If true, attendees in this bucket are not counted towards total attendees for runs of this event, and this event will not count towards their maximum event signups allowed

RegistrationPolicyBucket.preferred_slots ● Int scalar

The preferred number of attendees for this bucket

RegistrationPolicyBucket.slots_limited ● Boolean! non-null scalar

Whether or not the number of attendees is limited in this bucket

RegistrationPolicyBucket.total_slots ● Int scalar

The maximum number of attendees this bucket can accept

Member Of

GroupedSignupCount object ● RegistrationPolicy object ● Signup object ● SignupChange object ● SignupMoveResult object ● SignupRankedChoice object ● SignupRequest object