upsertPatientOutput
No description
type upsertPatientOutput {
patientId: String!
success: Boolean!
}
Fields
upsertPatientOutput.patientId ● String! non-null scalar
upsertPatientOutput.success ● Boolean! non-null scalar
Returned By
upsertPatient mutation