Delete Appointment works
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user