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