createClientInput
Autogenerated input type of createClient
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEdietitian_id
· String
· Also known as the provider ID dont_send_welcome
· Boolean
· if true, welcome email is not sent restricted
· Boolean
· Restricted is only available when enabled for an organization skip_set_password_state
· Boolean
· 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) Used By
Definition
"""Autogenerated input type of createClient"""input createClientInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") additional_record_identifier: ID
""" 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. Maximum character limit of 10,000. """ metadata: String other_provider_ids: [ID] phone_number: String record_identifier: ID
""" Restricted is only available when enabled for an organization """ restricted: Boolean
""" 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 = false skipped_email: Boolean
""" Timezone of the client. IANA DB name format. """ timezone: String user_group_id: ID}