patient_mutation_response
response of any mutation on the table "patient"
type patient_mutation_response {
affected_rows: Int!
returning: [patient!]!
}
Fields
patient_mutation_response.affected_rows
● Int!
non-null scalar
number of rows affected by the mutation
patient_mutation_response.returning
● [patient!]!
non-null object
data from the rows affected by the mutation
Returned By
insert_patient
mutation