GroupedSignupCount
A count of signups sharing the same state, bucket, counted-ness, and team-member status
type GroupedSignupCount {
bucket: RegistrationPolicyBucket
bucket_key: String @deprecated
count: Int!
counted: Boolean!
requested_bucket: RegistrationPolicyBucket
requested_bucket_key: String @deprecated
state: SignupState!
team_member: Boolean!
}
Fields
GroupedSignupCount.bucket ● RegistrationPolicyBucket object
The bucket these signups are in
GroupedSignupCount.bucket_key ● String deprecated scalar
The key of the bucket these signups are in
GroupedSignupCount.count ● Int! non-null scalar
The number of signups in this group
GroupedSignupCount.counted ● Boolean! non-null scalar
Whether these signups count towards totals
GroupedSignupCount.requested_bucket ● RegistrationPolicyBucket object
The bucket these signups requested
GroupedSignupCount.requested_bucket_key ● String deprecated scalar
The key of the bucket these signups requested
GroupedSignupCount.state ● SignupState! non-null enum
The state these signups are in
GroupedSignupCount.team_member ● Boolean! non-null scalar
Whether these signups belong to event team members
Member Of
Run object