INPUT_OBJECT

CancellationReasonOptionInput

Payload for a cancellation reason option

link GraphQL Schema definition

  • input CancellationReasonOptionInput {
  • # The ID of the cancellation reason option
  • id: ID
  • # The other cancellation reason text
  • other_cancellation_reason: String
  • }