Signup
A signup for a run of an event
type Signup {
age_restrictions_check: String!
bucket: RegistrationPolicyBucket
bucket_key: String @deprecated
choice: Int
counted: Boolean!
created_at: Date!
expires_at: Date
id: ID!
requested_bucket: RegistrationPolicyBucket
requested_bucket_key: String @deprecated
run: Run!
state: SignupState!
updated_at: Date!
user_con_profile: UserConProfile!
waitlist_position: Int
}
Fields
Signup.age_restrictions_check ● String! non-null scalar
Whether the signed-up attendee meets the event's age restrictions, if any
Signup.bucket ● RegistrationPolicyBucket object
The bucket assigned to this signup
Signup.bucket_key ● String deprecated scalar
The key of the bucket assigned to this signup
Signup.choice ● Int scalar
The order in which this signup was made, among the attendee's other counted signups
Signup.counted ● Boolean! non-null scalar
Whether this signup counts towards the event's and attendee's signup totals
Signup.created_at ● Date! non-null scalar
When this signup was created
Signup.expires_at ● Date scalar
When this signup will expire, if it's being held temporarily
Signup.id ● ID! non-null scalar
The ID of this signup
Signup.requested_bucket ● RegistrationPolicyBucket object
The bucket this signup requested, if any
Signup.requested_bucket_key ● String deprecated scalar
The key of the bucket this signup requested, if any
Signup.run ● Run! non-null object
The run this signup is for
Signup.state ● SignupState! non-null enum
The state of this signup
Signup.updated_at ● Date! non-null scalar
When this signup was last updated
Signup.user_con_profile ● UserConProfile! non-null object
The profile of the person who is signed up
Signup.waitlist_position ● Int scalar
This signup's position on the waitlist, if it's waitlisted
Member Of
AcceptSignupRequestPayload object ● Convention object ● CreateMySignupPayload object ● CreateTeamMemberPayload object ● CreateUserSignupPayload object ● ForceConfirmSignupPayload object ● RankedChoiceDecision object ● Run object ● SignupChange object ● SignupMoveResult object ● SignupRankedChoice object ● SignupRequest object ● SignupsPagination object ● UpdateSignupBucketPayload object ● UpdateSignupCountedPayload object ● UserConProfile object ● WithdrawMySignupPayload object ● WithdrawUserSignupPayload object