CreateAppointmentInput
No description
input CreateAppointmentInput {
spaceId: 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
CreateAppointmentInput.spaceId
● UUID!
non-null scalar
CreateAppointmentInput.title
● String!
non-null scalar
CreateAppointmentInput.inviteOnly
● Boolean!
non-null scalar
CreateAppointmentInput.participantIds
● [UUID]
list scalar
CreateAppointmentInput.startDateTime
● String!
non-null scalar
CreateAppointmentInput.endDateTime
● String!
non-null scalar
CreateAppointmentInput.location
● String
scalar
CreateAppointmentInput.geolocation
● GeolocationPointInput
input
CreateAppointmentInput.locationDetails
● LocationDetailsInput
input
CreateAppointmentInput.description
● String
scalar
CreateAppointmentInput.permission
● PermissionType!
non-null enum
CreateAppointmentInput.videoCallLink
● String
scalar
CreateAppointmentInput.videoCallInfo
● String
scalar
CreateAppointmentInput.thumbnail
● Upload
scalar
Member of
createAppointment
mutation