InsertPatientAddressOutput
No description
type InsertPatientAddressOutput {
patientAddress: patientAddress
patientAddressId: uuid!
}
Fields
InsertPatientAddressOutput.patientAddress
● patientAddress
object
InsertPatientAddressOutput.patientAddressId
● uuid!
non-null scalar
Returned By
insertPatientAddress
mutation