Skip to main content

upsertPatient

Allows patient upsert to anonymous users without exposing extra Hasura permissions

upsertPatient(
email: String!
firstName: String!
lastName: String!
phoneNumber: String!
workspaceId: uuid!
): upsertPatientOutput

Arguments

upsertPatient.email ● String! non-null scalar

upsertPatient.firstName ● String! non-null scalar

upsertPatient.lastName ● String! non-null scalar

upsertPatient.phoneNumber ● String! non-null scalar

upsertPatient.workspaceId ● uuid! non-null scalar

Type

upsertPatientOutput object