Appointment
An appointment.
type Appointment {
title: String
duration: Int
price: Float
id: ID
}
Fields
Appointment.title ● String scalar
Appointment.duration ● Int scalar
Appointment.price ● Float scalar
Appointment.id ● ID scalar
Member Of
Booking object