PackageLocations
No description
type PackageLocations {
ref: String!
places: [Place!]!
}
Fields
PackageLocations.ref
● String!
non-null scalar
ref to see where it belongs in the itinerary map (if necessary)
PackageLocations.places
● [Place!]!
non-null object
List of places for this location
Member Of
BookingPayload
object ● BookPayload
object ● QuotePayload
object ● SearchOption
object