INPUT_OBJECT

createClientInput

Autogenerated input type of createClient

link GraphQL Schema definition

  • input createClientInput {
  • additional_record_identifier: String
  • # Also known as the provider ID
  • dietitian_id: String
  • # format: YYYY-MM-DD
  • dob: String
  • # if true, welcome email is not sent
  • dont_send_welcome: Boolean
  • email: String
  • first_name: String
  • # Ex. Male
  • gender: String
  • last_name: String
  • legal_name: String
  • # a serialized JSON string of metadata
  • metadata: String
  • other_provider_ids: [String]
  • phone_number: String
  • record_identifier: String
  • # When true, the client will not be placed into a set password state (where links
  • # sent to the client will first take them to set a password)
  • skip_set_password_state: Boolean
  • skipped_email: Boolean
  • # Timezone of the client. IANA DB name format.
  • timezone: String
  • user_group_id: String
  • }