Appointment
A single appointment
type Appointment {
label: String!
note: String
person: String!
type: AppointmentType
}
Fields
Appointment.label ● String! non-null scalar
Label of the appointment showing the exact type (e.g. start of absence)
Appointment.note ● String scalar
Additional explanatory note (e.g. address of the client), optional
Appointment.person ● String! non-null scalar
Person involved in the appointment (first and last name of the client or employee)
Appointment.type ● AppointmentType enum
Type of the appointment
Member Of
AppointmentDay object