Skip to main content

TimeReservation (Object)

Represents time reservation for arbitrary activity.

type TimeReservation implements ActivityInterface {
startAirport: Airport
endAirport: Airport
startTime: Int!
endTime: Int!
}

Fields

TimeReservation.startAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

TimeReservation.endAirport ● Airport object

Requires access to resource GRAPHQL_AIRPORT

TimeReservation.startTime ● Int! non-null scalar

TimeReservation.endTime ● Int! non-null scalar

Interfaces

ActivityInterface interface

Common interface for different activity types.

Member Of

AircraftSchedule object