Skip to content

CreateClientViaFormInput

Autogenerated input type of CreateClientViaForm

Fields

send_product_recommendation_email · Boolean · Not in use at this time.

Used By

Definition

"""
Autogenerated input type of CreateClientViaForm
"""
input CreateClientViaFormInput {
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
}