Skip to content

CancellationReason

An appointment cancellation reasons

Fields

id · ID! · required · The unique identifier of the cancellation reason
label · String! · required · The label of the cancellation reason

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!
}