OBJECT
An appointment cancellation reasons
type CancellationReason {# The unique identifier of the cancellation reasonid: ID! # The label of the cancellation reasonlabel: String! }