OBJECT

CancellationReason

An appointment cancellation reasons

link GraphQL Schema definition

  • type CancellationReason {
  • # The unique identifier of the cancellation reason
  • id: ID!
  • # The label of the cancellation reason
  • label: String!
  • }