Skip to content

signUpInput

Autogenerated input type of signUp

Fields

deprecated DO NOT USE
dietitian_id · String · The ID of the provider to create a patient for. Required if signing up as a patient and invite_code is not present
deprecated Use exploring_healthie_reason
invite_code · String · Required if signing up as a patient and dietitian_id is not present
conversion_details · String · (HEALTHIE USE ONLY) GA-related information about the sign up
ps_xid · String · (HEALTHIE USE ONLY) Affiliate ID used for conversion tracking
ps_partner_key · String · (HEALTHIE USE ONLY) The unique identifier of the Partner in Partnerstack
role · String · 'patient' to create a patient, 'dietitian' to create a staff member or provider
timezone · String · timezone from TZ database names in IANA Timezone list

Used By

Definition

"""
Autogenerated input type of signUp
"""
input signUpInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the provider to create a patient for. Required if signing up as a patient and invite_code is not present
"""
dietitian_id: String
email: String
exploring_healthie_reason: String
"""
Deprecated
"""
exploring_healthie_reason_other: String
@deprecated(reason: "Use exploring_healthie_reason")
first_name: String
first_url: String
"""
Required if signing up as a patient and dietitian_id is not present
"""
invite_code: String
last_name: String
legal_name: String
password: String
phone_number: String
provider_type: String
"""
(HEALTHIE USE ONLY) GA-related information about the sign up
"""
conversion_details: String
"""
(HEALTHIE USE ONLY) Affiliate ID used for conversion tracking
"""
ps_xid: String
"""
(HEALTHIE USE ONLY) The unique identifier of the Partner in Partnerstack
"""
ps_partner_key: String
"""
'patient' to create a patient, 'dietitian' to create a staff member or provider
"""
role: String
"""
timezone from TZ database names in IANA Timezone list
"""
timezone: String
}