OBJECT

TimeReservation

Represents time reservation for arbitrary activity.

link GraphQL Schema definition

  • type TimeReservation implements ActivityInterface {
  • # Requires access to resource GRAPHQL_AIRPORT
  • startAirport: Airport
  • # Requires access to resource GRAPHQL_AIRPORT
  • endAirport: Airport
  • startTime: Int!
  • endTime: Int!
  • }