UserSignupConstraints
The signup constraints on a user for a particular convention.
type UserSignupConstraints {
at_maximum_signups: Boolean!
current_signup_count: Int!
user_con_profile: UserConProfile!
}
Fields
UserSignupConstraints.at_maximum_signups
● Boolean!
non-null scalar
Is this user currently at their maximum allowed signups?
UserSignupConstraints.current_signup_count
● Int!
non-null scalar
The current number of counted signups for this user.
UserSignupConstraints.user_con_profile
● UserConProfile!
non-null object
The user profile these constraints describe.
Member Of
UserConProfile
object