PackagePax
No description
type PackagePax {
type: PaxType!
age: Int
}
Fields
PackagePax.type
● PaxType!
non-null enum
Type of the passenger (ADT, CHD)
PackagePax.age
● Int
scalar
Age of the passenger
Member Of
PackageRoom
object ● Paxes
object