CancellationReasonWithSubreason
No description
type CancellationReasonWithSubreason {
label: String!
reason: String!
subquestion: String
subquestionType: CancellationSubquestionType
subreasons: [CancellationSubreasonOption!]
}
Fields
CancellationReasonWithSubreason.label ● String! non-null scalar
CancellationReasonWithSubreason.reason ● String! non-null scalar
CancellationReasonWithSubreason.subquestion ● String scalar
CancellationReasonWithSubreason.subquestionType ● CancellationSubquestionType enum
CancellationReasonWithSubreason.subreasons ● [CancellationSubreasonOption!] list object
Returned By
cancellationReasons query