UserConProfileInput
An input for creating or modifying UserConProfiles.
input UserConProfileInput {
address: String
best_call_time: String
bio: String
birth_date: Date
city: String
country: String
day_phone: String
evening_phone: String
first_name: String
form_response_attrs_json: String
gravatar_enabled: Boolean
last_name: String
nickname: String
preferred_contact: String
ranked_choice_allow_waitlist: Boolean
show_nickname_in_bio: Boolean
state: String
zipcode: String
}
Fields
UserConProfileInput.address
● String
scalar
The street address portion of this profile's mailing address.
UserConProfileInput.best_call_time
● String
scalar
The time this user profile prefers to be called on the phone.
UserConProfileInput.bio
● String
scalar
The bio to display for this user profile, in Markdown format.
UserConProfileInput.birth_date
● Date
scalar
This user profile's date of birth.
UserConProfileInput.city
● String
scalar
The city portion of this profile's mailing address.
UserConProfileInput.country
● String
scalar
The country portion of this profile's mailing address.
UserConProfileInput.day_phone
● String
scalar
This user profile's daytime phone number.
UserConProfileInput.evening_phone
● String
scalar
This user profile's evening phone number.
UserConProfileInput.first_name
● String
scalar
This user profile's first name.
UserConProfileInput.form_response_attrs_json
● String
scalar
An object in JSON format, where the keys are form fields on the UserConProfile form for this convention and the values are the appropriate values to be set on those fields for this user profile.
UserConProfileInput.gravatar_enabled
● Boolean
scalar
Has this user enabled Gravatars for this profile?
UserConProfileInput.last_name
● String
scalar
This user profile's last name.
UserConProfileInput.nickname
● String
scalar
This user profile's nickname.
UserConProfileInput.preferred_contact
● String
scalar
The method by which this user profile prefers the convention contact them.
UserConProfileInput.ranked_choice_allow_waitlist
● Boolean
scalar
If this user can't be signed up for any of their ranked choices, should the site waitlist them?
UserConProfileInput.show_nickname_in_bio
● Boolean
scalar
Should this profile's bio use the nickname as part of their name?
UserConProfileInput.state
● String
scalar
The state portion of this profile's mailing address.
UserConProfileInput.zipcode
● String
scalar
The ZIP portion of this profile's mailing address.
Member Of
CreateUserConProfileInput
input ● UpdateUserConProfileInput
input