Skip to main content

insert_patient

insert data into the table: "patient"

insert_patient(
objects: [patient_insert_input!]!
on_conflict: patient_on_conflict
): patient_mutation_response

Arguments

insert_patient.objects ● [patient_insert_input!]! non-null input

the rows to be inserted

insert_patient.on_conflict ● patient_on_conflict input

upsert condition

Type

patient_mutation_response object

response of any mutation on the table "patient"