upsertPatient
Allows patient upsert to anonymous users without exposing extra Hasura permissions
upsertPatient(
email: String!
firstName: String!
lastName: String!
phoneNumber: String!
workspaceId: uuid!
): upsertPatientOutput
Allows patient upsert to anonymous users without exposing extra Hasura permissions
upsertPatient(
email: String!
firstName: String!
lastName: String!
phoneNumber: String!
workspaceId: uuid!
): upsertPatientOutput
upsertPatient.email
● String!
non-null scalarupsertPatient.firstName
● String!
non-null scalarupsertPatient.lastName
● String!
non-null scalarupsertPatient.phoneNumber
● String!
non-null scalarupsertPatient.workspaceId
● uuid!
non-null scalarupsertPatientOutput
object