Skip to content

CreateClientViaFormInput

Autogenerated input type of CreateClientViaForm

Fields

deprecated DO NOT USE
send_product_recommendation_email · Boolean · Not in use at this time.

Used By

Definition

"""
Autogenerated input type of CreateClientViaForm
"""
input CreateClientViaFormInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
custom_module_form_id: ID
email: String
first_name: String
form_answers: [FormAnswerInput]
last_name: String
phone_number: String
provider_id: ID
"""
Not in use at this time.
"""
send_product_recommendation_email: Boolean
}