OBJECT
ContactFlight
link GraphQL Schema definition
- type ContactFlight {
- : Boolean!
- # Null for subcharter flights
- : FlightNid
- : Int!
- # Null for subcharter flights
- : Int
- : String
- # It can be null for subcharter flights
- : String
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- : DateTime!
- : DateTime!
- # Flight time in seconds
- : Int!
- # Requires access to resource GRAPHQL_CONTACT
- : Contact
- }