UpdateAppointmentInput
No description
input UpdateAppointmentInput {
appointmentId: UUID!
title: String
inviteOnly: Boolean
participantIds: [UUID]
startDateTime: String
endDateTime: String
location: String
geolocation: GeolocationPointInput
locationDetails: LocationDetailsInput
description: String
permission: PermissionType
videoCallLink: String
videoCallInfo: String
thumbnail: Upload
}
Fields
UpdateAppointmentInput.appointmentId
● UUID!
non-null scalar
UpdateAppointmentInput.title
● String
scalar
UpdateAppointmentInput.inviteOnly
● Boolean
scalar
UpdateAppointmentInput.participantIds
● [UUID]
list scalar
UpdateAppointmentInput.startDateTime
● String
scalar
UpdateAppointmentInput.endDateTime
● String
scalar
UpdateAppointmentInput.location
● String
scalar
UpdateAppointmentInput.geolocation
● GeolocationPointInput
input
UpdateAppointmentInput.locationDetails
● LocationDetailsInput
input
UpdateAppointmentInput.description
● String
scalar
UpdateAppointmentInput.permission
● PermissionType
enum
UpdateAppointmentInput.videoCallLink
● String
scalar
UpdateAppointmentInput.videoCallInfo
● String
scalar
UpdateAppointmentInput.thumbnail
● Upload
scalar
Member of
updateAppointment
mutation