RouteFinderCountry (Object)
type RouteFinderCountry {
country: Country!
entryPoint: String!
exitPoint: String!
}
Fields
RouteFinderCountry.country ● Country! non-null object
RouteFinderCountry.entryPoint ● String! non-null scalar
RouteFinderCountry.exitPoint ● String! non-null scalar
Member Of
RouteFinderFlightRoute object