Delete Appointment works

This commit is contained in:
Riccardo
2021-01-06 12:15:53 +01:00
parent f25a3055e5
commit 9794f5c796
6 changed files with 36 additions and 48 deletions

View File

@@ -24,11 +24,12 @@ type Mutation {
description: String!
start: String!
end: String!
# input: AppointmentInput
): Appointment!
updateAppointment(
_id: ID!,
input: AppointmentInput
title: String!
description: String!
start: String!
): Appointment
deleteAppointment(
_id: ID!