Skip to main content

insert_patientAddress

insert data into the table: "patientAddress"

insert_patientAddress(
objects: [patientAddress_insert_input!]!
on_conflict: patientAddress_on_conflict
): patientAddress_mutation_response

Arguments

insert_patientAddress.objects ● [patientAddress_insert_input!]! non-null input

the rows to be inserted

insert_patientAddress.on_conflict ● patientAddress_on_conflict input

upsert condition

Type

patientAddress_mutation_response object

response of any mutation on the table "patientAddress"#) ● Boolean scalar

insertPatientAddress.isDefault ● Boolean scalar

insertPatientAddress.patientId ● uuid! non-null scalar

insertPatientAddress.state ● String! non-null scalar

insertPatientAddress.zipCode ● String! non-null scalar

Type

InsertPatientAddressOutput object