createPersonalizationQuestionnaireInput
Autogenerated input type of createPersonalizationQuestionnaire
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEbilling_address
· BillingAddressInput · Deprecated. No longer collected during onboarding clients_in_a_month
· String · Deprecated. Previously captured expected monthly client volume during onboarding deprecated
Deprecated. No longer collected during onboardingmost_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 { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Deprecated. No longer collected during onboarding """ 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]}