createClient: Client!

This mutation is used to create a new client, along with all demographics and insurance. **Returns:** Returns the newly created client information along with a new Client ID.

client: ClientInput!

Client identification information.

demographics: DemographicsInput

Demographic information for new client.

insurance: InsuranceInput

Insurance information for new client.

tenantId: UUID

The tenant that the client will be associated with.

organizationalUnitIds: [UUID]

The organizational unit that the client will be assigned.