INPUT_OBJECT

CreateClientViaFormInput

Autogenerated input type of CreateClientViaForm

link GraphQL Schema definition

  • input CreateClientViaFormInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • 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
  • }