Skip to content

createPersonalizationQuestionnaireInput

Autogenerated input type of createPersonalizationQuestionnaire

Fields

clients_in_a_month · String · Deprecated. Previously captured expected monthly client volume during onboarding
deprecated Deprecated. No longer collected during onboarding
most_important_features · [String] · List of features the user considers most important for their practice. Filled out during Onboarding Questionnaire.

Used By

Definition

"""
Autogenerated input type of createPersonalizationQuestionnaire
"""
input createPersonalizationQuestionnaireInput {
billing_address: BillingAddressInput
"""
Deprecated. Previously captured expected monthly client volume during onboarding
"""
clients_in_a_month: String
@deprecated(reason: "Deprecated. No longer collected during onboarding")
"""
List of features the user considers most important for their practice. Filled out during Onboarding Questionnaire.
"""
most_important_features: [String]
plans_to_add_more_users: String
professions: [String]
}