FlightCustomerPax (Object)
type FlightCustomerPax {
externalId: String
name: String!
surname: String!
phone: String!
email: String!
note: String!
}
Fields
FlightCustomerPax.externalId ● String scalar
FlightCustomerPax.name ● String! non-null scalar
FlightCustomerPax.surname ● String! non-null scalar
FlightCustomerPax.phone ● String! non-null scalar
FlightCustomerPax.email ● String! non-null scalar
FlightCustomerPax.note ● String! non-null scalar
Member Of
FlightCustomerPaxListType object