CancellationReason
An appointment cancellation reasons
Fields
Used By
Definition
"""An appointment cancellation reasons"""type CancellationReason { """ The unique identifier of the cancellation reason """ id: ID!
""" The label of the cancellation reason """ label: String!}