ServiceError
No description
type ServiceError {
humanMessage: String!
techMessage: String!
}
Fields
ServiceError.humanMessage
● String!
non-null scalar
ServiceError.techMessage
● String!
non-null scalar
Implemented By
FlightChangeError
union